diff options
author | Andreas Rumpf <andreas@andi> | 2008-06-22 16:14:11 +0200 |
---|---|---|
committer | Andreas Rumpf <andreas@andi> | 2008-06-22 16:14:11 +0200 |
commit | 405b86068e6a3d39970b9129ceec0a9108464b28 (patch) | |
tree | c0449946f54baae6ea88baf453157ddd7faa8f86 /tests/mambsys1.nim | |
download | Nim-405b86068e6a3d39970b9129ceec0a9108464b28.tar.gz |
Initial import
Diffstat (limited to 'tests/mambsys1.nim')
-rwxr-xr-x | tests/mambsys1.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/mambsys1.nim b/tests/mambsys1.nim new file mode 100755 index 000000000..5472b5ae4 --- /dev/null +++ b/tests/mambsys1.nim @@ -0,0 +1,7 @@ +import mambsys2 # import TExport + +type + TExport* = enum x, y, z + +proc foo*(x: int) = + nil |