diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-26 13:44:07 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-26 13:44:07 +0200 |
commit | 5f8c1d144b3c91f2c4ba75d709a74d83c1f3d5a0 (patch) | |
tree | f842fc870c24e5b913aa277747985f68f99b951a /test | |
parent | b5cc10cff15797bc9f89724ab53ac7d296fbbc0c (diff) |
ast and cleanup
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; |