aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-01-11 12:22:44 +0100
committerEdvard Thörnros <edvard.thornros@gmail.com>2021-01-11 12:22:44 +0100
commita1e0b7c7fb6e1dc066e61cc302f17466777a488b (patch)
treeab327bec6c5b3ed913e46f034b61ee7a6b6047e5 /tests
parentdde985c7abb4dbe37281131b8b36a75302e48438 (diff)
downloadsylt-a1e0b7c7fb6e1dc066e61cc302f17466777a488b.tar.gz
Assignment
Diffstat (limited to 'tests')
-rw-r--r--tests/simple.tdy3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/simple.tdy b/tests/simple.tdy
index 01dc5aa..7822739 100644
--- a/tests/simple.tdy
+++ b/tests/simple.tdy
@@ -5,3 +5,6 @@
a int := 1
print a
print a + a + a
+a = 3 + 3
+print a + a + a
+