aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/simple.sy
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-02-01 21:57:54 +0100
committerEdvard Thörnros <edvard.thornros@gmail.com>2021-02-01 21:57:54 +0100
commit5b9de776ba7de654fa92bee7c38fb30d7929405d (patch)
tree9326e2f44b56f050df229eef331a3ab6248ebbdb /progs/tests/simple.sy
parentf9b6a64b845dabdf1773da49f248def479659934 (diff)
downloadsylt-5b9de776ba7de654fa92bee7c38fb30d7929405d.tar.gz
.tdy -> .sy and tests -> progs/tests
Diffstat (limited to 'progs/tests/simple.sy')
-rw-r--r--progs/tests/simple.sy2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/simple.sy b/progs/tests/simple.sy
new file mode 100644
index 0000000..12a43c0
--- /dev/null
+++ b/progs/tests/simple.sy
@@ -0,0 +1,2 @@
+print extern_test(3.0)
+print extern_test(3.0, 4.0, 5.0)