summaryrefslogtreecommitdiff
path: root/tests/func1.bth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func1.bth')
-rw-r--r--tests/func1.bth3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/func1.bth b/tests/func1.bth
new file mode 100644
index 0000000..c46e956
--- /dev/null
+++ b/tests/func1.bth
@@ -0,0 +1,3 @@
+(do
+ (set f (fn (_) 42))
+ (f 0))