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