summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib/perl5db/t/breakpoint-bug
blob: 5ac9874beab99ca5a52ce8d11029686a53ad1a93 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/perl
my $x = "One";

$x = "Two";

my $y = "Lambda";

$x = "Four";