rm -f tst/call3.s
rm -f tst/call3
java Main < tst/call3.pcat 1> tst/call3.s
Assembling...
Beginning execution...
Within main...
  Within foo1...
    Within foo2...
    Leaving foo2
   foo2 returned 123
  Leaving foo1
 foo1 returned 456
Leaving main
