diff options
Diffstat (limited to 'tests/test_basic_2.tnsl')
-rw-r--r-- | tests/test_basic_2.tnsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_basic_2.tnsl b/tests/test_basic_2.tnsl new file mode 100644 index 0000000..9f19415 --- /dev/null +++ b/tests/test_basic_2.tnsl @@ -0,0 +1,5 @@ +/; main [int] + int i = 68 + i++ + return i +;/ |