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