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