Remove the "Newline in left-justified string" warning.
[p5sagit/p5-mst-13.2.git] / t / lib / dprof / test7_t
CommitLineData
7619c85e 1BEGIN {
2 print "in BEGIN\n";
3}
4
5sub foo {
6 print "in sub foo\n";
7}
8
9foo();