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