xref: /openbsd-src/gnu/usr.bin/perl/lib/perl5db/t/break-on-dot (revision 1ad61ae0a79a724d2d3ec69e69c8e1d1ff6b53a0)
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6my $exp = 1;
7for my $i (1 .. 20)
8{
9    $exp *= 2;
10}
11