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

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

addQuitProc(myExit)