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
/
compiler
/
tcmdlineclib.nim
blob: c06d6f1034360550072408a471a5e00c84390d1b (
plain
) (
tree
)
2a34d143a
^
1
2
3
proc
test
():
int
{.importc
,
cdecl.}
doAssert
test
()
==
123