q/tests/programs/function-pointer.q

6 lines
50 B
Plaintext

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