xref: /openbsd-src/gnu/usr.bin/perl/lib/perl5db/t/breakpoint-bug (revision 1ad61ae0a79a724d2d3ec69e69c8e1d1ff6b53a0)
1#!/usr/bin/perl
2my $x = "One";
3
4$x = "Two";
5
6my $y = "Lambda";
7
8$x = "Four";
9