Files
Nim/tests/stdlib/tquit.nim
2014-01-13 02:10:03 +01:00

7 lines
130 B
Nim

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