diff options
Diffstat (limited to 'tests/accept/run/mambsys1.nim')
-rwxr-xr-x | tests/accept/run/mambsys1.nim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/accept/run/mambsys1.nim b/tests/accept/run/mambsys1.nim deleted file mode 100755 index 5472b5ae4..000000000 --- a/tests/accept/run/mambsys1.nim +++ /dev/null @@ -1,7 +0,0 @@ -import mambsys2 # import TExport - -type - TExport* = enum x, y, z - -proc foo*(x: int) = - nil |