summaryrefslogtreecommitdiff
path: root/tests/clos1.bth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clos1.bth')
-rw-r--r--tests/clos1.bth3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/clos1.bth b/tests/clos1.bth
new file mode 100644
index 0000000..4c8f5d6
--- /dev/null
+++ b/tests/clos1.bth
@@ -0,0 +1,3 @@
+(def x 100)
+(defn (f) x)
+(say (f))