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