diff options
Diffstat (limited to 'tests/titer4.nim')
-rwxr-xr-x | tests/titer4.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/titer4.nim b/tests/titer4.nim new file mode 100755 index 000000000..376522482 --- /dev/null +++ b/tests/titer4.nim @@ -0,0 +1,3 @@ + +for x in {'a'..'z'}: #ERROR_MSG iterator within for loop context expected + nil |