Files
Nim/tests/compile/tquit.nim
2013-03-16 23:53:07 +01:00

7 lines
130 B
Nim

# Test the new beforeQuit variable:
proc myExit() {.noconv.} =
write(stdout, "just exiting...\n")
addQuitProc(myExit)