summary refs log tree commit diff stats
path: root/tests/accept/run/mbind3.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/run/mbind3.nim')
-rwxr-xr-xtests/accept/run/mbind3.nim9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/accept/run/mbind3.nim b/tests/accept/run/mbind3.nim
deleted file mode 100755
index 586222eb8..000000000
--- a/tests/accept/run/mbind3.nim
+++ /dev/null
@@ -1,9 +0,0 @@
-# Module A
-var 
-  lastId = 0
-
-template genId*: expr =
-  inc(bind lastId)
-  lastId
-
-