diff options
Diffstat (limited to 'tnslc/enum.tnsl')
-rw-r--r-- | tnslc/enum.tnsl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tnslc/enum.tnsl b/tnslc/enum.tnsl new file mode 100644 index 0000000..e8c4932 --- /dev/null +++ b/tnslc/enum.tnsl @@ -0,0 +1,9 @@ +# to get working + +enum TEST_ENUM [int] { + i = 0 +} + +/; main [int] + return TEST_ENUM.i +;/
\ No newline at end of file |