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
/
ambsym
/
mambsys2.nim
blob: d59706865ce063d592ca346ae758c0b121c057a7 (
plain
) (
blame
)
1
2
3
4
type
TExport
*
=
enum
x
,
y
,
z
# exactly the same type!
proc
foo
*
(
x
:
int
)
=
discard