diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-02-22 19:30:58 +0100 |
|---|---|---|
| committer | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-02-22 19:30:58 +0100 |
| commit | c4b2781aa8ebfa79a706dec53d1bc459978f51b8 (patch) | |
| tree | cf1c5be5c0ba32c5c816e23572120b57fe56cbc1 /progs/tests | |
| parent | 839f0b458323f94550071b7d53e38d150439d970 (diff) | |
| download | sylt-namespaces.tar.gz | |
WIP: Fix some bugs...namespaces
Diffstat (limited to 'progs/tests')
| -rw-r--r-- | progs/tests/simple.sy | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/progs/tests/simple.sy b/progs/tests/simple.sy index 12a43c0..42b9ac2 100644 --- a/progs/tests/simple.sy +++ b/progs/tests/simple.sy @@ -1,2 +1,7 @@ -print extern_test(3.0) -print extern_test(3.0, 4.0, 5.0) +a :: 1 +a <=> 1 +b := 2 +{ + a <=> 1 + b <=> 2 +} |
