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