aboutsummaryrefslogtreecommitdiffstats
path: root/test/deffn.resp
diff options
context:
space:
mode:
Diffstat (limited to 'test/deffn.resp')
-rw-r--r--test/deffn.resp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/deffn.resp b/test/deffn.resp
new file mode 100644
index 0000000..c413ecd
--- /dev/null
+++ b/test/deffn.resp
@@ -0,0 +1,3 @@
+(def f (fn (x) (+ x 1)))
+
+(f 2)