diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-01-11 12:22:44 +0100 |
|---|---|---|
| committer | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-01-11 12:22:44 +0100 |
| commit | a1e0b7c7fb6e1dc066e61cc302f17466777a488b (patch) | |
| tree | ab327bec6c5b3ed913e46f034b61ee7a6b6047e5 /tests | |
| parent | dde985c7abb4dbe37281131b8b36a75302e48438 (diff) | |
| download | sylt-a1e0b7c7fb6e1dc066e61cc302f17466777a488b.tar.gz | |
Assignment
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/simple.tdy | 3 |
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 + |
