summaryrefslogtreecommitdiff
path: root/lib/perl5db/t/test-a-statement-3
blob: b188c1c5c53a66a61fa00c08cb73a6904b0a96e5 (plain)
1
2
3
4
5
6
use strict; use warnings;

for my $x (1 .. 2) {
    my $y = $x + 1;
    my $x = $x - 1;
}