Files
Nim/tests/tquit.nim
2010-02-14 00:29:35 +01:00

7 lines
130 B
Nim

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