summary refs log blame commit diff stats
path: root/tests/compiler/tcmdlineclib.nim
blob: c06d6f1034360550072408a471a5e00c84390d1b (plain) (tree)
1
2
3


                                   
proc test(): int {.importc, cdecl.}

doAssert test() == 123