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