summary refs log tree commit diff stats
path: root/tests/stdlib/tquit.nim
blob: d18b468c88e5deff5d824e853bfb649d8540f1e9 (plain) (blame)
1
2
3
4
5
6
# Test the new beforeQuit variable:

proc myExit() {.noconv.} =
  write(stdout, "just exiting...\n")

addQuitProc(myExit)