q/tests/programs/function-pointer.q

6 lines
No EOL
50 B
Text

import core
main() {
exit := core.exit
exit()
}