summaryrefslogtreecommitdiff
path: root/lib/perl5db/t/test-a-statement-3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/perl5db/t/test-a-statement-3')
-rw-r--r--lib/perl5db/t/test-a-statement-36
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/perl5db/t/test-a-statement-3 b/lib/perl5db/t/test-a-statement-3
new file mode 100644
index 0000000000..b188c1c5c5
--- /dev/null
+++ b/lib/perl5db/t/test-a-statement-3
@@ -0,0 +1,6 @@
+use strict; use warnings;
+
+for my $x (1 .. 2) {
+ my $y = $x + 1;
+ my $x = $x - 1;
+}