summary refs log blame commit diff stats
path: root/tests/accept/compile/tuserpragma.nim
blob: 784baa176678f001760ec6693dd6d301498a6e49 (plain) (tree)
1
2
3
4
5
6
7






                                    
{.pragma: rtl, cdecl, exportc.}

proc myproc(x, y: int): int {.rtl} =
  nil