samplelib.nim 92 B

123
  1. # Sample library used by tcmdlineclib.nim
  2. proc test(): int {.cdecl, exportc, dynlib.} = 123