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
/
compilepragma
/
test.c
blob: fc0482e40cd907319cd2fb233f60286ffab05c17 (
plain
) (
tree
)
7e9cda7db
^
1
2
3
int
foo
(
int
a
,
int
b
)
{
return
a
+
b
;
}