Files
Nim/tests/compile/tquit.nim
2011-11-19 15:45:51 +01:00

7 lines
130 B
Nim
Executable File

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