mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
8 lines
79 B
Nim
8 lines
79 B
Nim
|
|
{.pragma: rtl, cdecl, exportc.}
|
|
|
|
proc myproc(x, y: int): int {.rtl} =
|
|
nil
|
|
|
|
|