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