Fix test added in change 23645 with an eval()
[p5sagit/p5-mst-13.2.git] / t / lib / dprof / test7_t
1 BEGIN {
2         print "in BEGIN\n";
3 }
4
5 sub foo {
6         print "in sub foo\n";
7 }
8
9 foo();