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