tcmdlineclib.nim 60 B

1234
  1. proc test(): int {.importc, cdecl.}
  2. doAssert test() == 123