aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/constant/function.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/constant/function.sy')
-rw-r--r--progs/tests/constant/function.sy4
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/tests/constant/function.sy b/progs/tests/constant/function.sy
new file mode 100644
index 0000000..22ddfe2
--- /dev/null
+++ b/progs/tests/constant/function.sy
@@ -0,0 +1,4 @@
+a :: fn {}
+start :: fn {
+ a()
+}