diff options
Diffstat (limited to 'test/const-simple.mnml')
-rw-r--r-- | test/const-simple.mnml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/const-simple.mnml b/test/const-simple.mnml index 5da0a0f..f7f597d 100644 --- a/test/const-simple.mnml +++ b/test/const-simple.mnml @@ -1,2 +1,2 @@ const henshin: integer = 2 -const new: integer = henshin + 5 * 10 +const new: integer = (henshin * 5) + 10 |