Convert op/read.t to use test.pl and make it stricture compliant.
[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();