xref: /openbsd-src/gnu/usr.bin/perl/lib/perl5db/t/test-a-statement-3 (revision 6ca44032e7be0d795b9f13c99fbce059e942c15d)
1use strict; use warnings;
2
3for my $x (1 .. 2) {
4    my $y = $x + 1;
5    my $x = $x - 1;
6}
7