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
/
mambsys1.nim
blob: 5472b5ae4e373ed9763255eb280768311aafce7e (
plain
) (
blame
)
1
2
3
4
5
6
7
import
mambsys2
# import TExport
type
TExport
*
=
enum
x
,
y
,
z
proc
foo
*
(
x
:
int
)
=
nil