index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
accept
/
compile
/
tuserpragma.nim
blob: 784baa176678f001760ec6693dd6d301498a6e49 (
plain
) (
tree
)
804e2ac89
^
1
2
3
4
5
6
7
{.pragma
:
rtl
,
cdecl
,
exportc.}
proc
myproc
(
x
,
y
:
int
):
int
{.rtl} =
nil