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
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
compiler
/
samplelib.nim
blob: c709717220ae9f333a7ee986e10a8b9dbcdfe0b8 (
plain
) (
blame
)
1
2
# Sample library used by tcmdlineclib.nim
proc
test
():
int
{.cdecl
,
exportc
,
dynlib.}
=
123