diff options
Diffstat (limited to 'tests/reject/mbind4.nim')
-rwxr-xr-x | tests/reject/mbind4.nim | 9 |
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 - - |