tuserpragma.nim 79 B

12345678
  1. {.pragma: rtl, cdecl, exportc.}
  2. proc myproc(x, y: int): int {.rtl} =
  3. nil