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