DProf fixes
[p5sagit/p5-mst-13.2.git] / t / lib / dprof / test8_t
CommitLineData
7619c85e 1sub foo {
2 print "in sub foo\n";
3}
4
5foo();
6$^P -= 0x40;
7foo();