aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple.tdy
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-21 21:56:29 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-29 20:44:36 +0100
commit8a6d8b144f45c509602a598f962d872a98226997 (patch)
treec9966ba2b6605accdfce66768935528065232dc4 /tests/simple.tdy
parent28b84aca844222c3dcccc3ef4b32bac6571ea881 (diff)
downloadsylt-8a6d8b144f45c509602a598f962d872a98226997.tar.gz
call external functions without parameters
Diffstat (limited to 'tests/simple.tdy')
-rw-r--r--tests/simple.tdy6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/simple.tdy b/tests/simple.tdy
index 4a0b7d1..6793088 100644
--- a/tests/simple.tdy
+++ b/tests/simple.tdy
@@ -1,5 +1 @@
-a := fn f: fn -> {
- f()
-}
-
-a(fn { print 2 })
+hello()