%import test_stack %import textio %import floats %zeropage basicsafe %option no_sysinit main { sub start () { test_stack.test() } }