diff options
Diffstat (limited to 'tests/pragma/tuserpragma.nim')
-rw-r--r-- | tests/pragma/tuserpragma.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pragma/tuserpragma.nim b/tests/pragma/tuserpragma.nim new file mode 100644 index 000000000..784baa176 --- /dev/null +++ b/tests/pragma/tuserpragma.nim @@ -0,0 +1,7 @@ + +{.pragma: rtl, cdecl, exportc.} + +proc myproc(x, y: int): int {.rtl} = + nil + + |