diff options
Diffstat (limited to 'tests/run/mbind3.nim')
-rwxr-xr-x | tests/run/mbind3.nim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/run/mbind3.nim b/tests/run/mbind3.nim deleted file mode 100755 index d02bc79d0..000000000 --- a/tests/run/mbind3.nim +++ /dev/null @@ -1,10 +0,0 @@ -# Module A -var - lastId = 0 - -template genId*: expr = - bind lastId - inc(lastId) - lastId - - |