diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.test b/test/test.test index 5bbd0c0..5e3f420 100644 --- a/test/test.test +++ b/test/test.test @@ -4,3 +4,5 @@ var ply: string = "cool!"; ply = "way cooler!!"; const new: integer = henshin * 5 + 10; + +const test: integer = 1 + 1; |