12 lines
102 B
Plaintext

import sys
main() {
func := f
func(0)
sys.exit(1)
}
f(code int) {
exit := sys.exit
exit(code)
}