diff options
Diffstat (limited to 'tests/parameter-test.tnsl')
-rw-r--r-- | tests/parameter-test.tnsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/parameter-test.tnsl b/tests/parameter-test.tnsl new file mode 100644 index 0000000..c969427 --- /dev/null +++ b/tests/parameter-test.tnsl @@ -0,0 +1,2 @@ +/; loop (int initial = 0, int complex = 2) [initial < max || complex < 40, initial++, complex += 7, another += 2] +;/ |