summary refs log blame commit diff stats
path: root/tests/stdlib/tquit.nim
blob: d4dc1522d950d7f3c2b88430239508bc2bda0b63 (plain) (tree)
1
2
3
4
5
6

                                     



                                     
# Test the new beforeQuit variable: 

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

addQuitProc(myExit)