aboutsummaryrefslogtreecommitdiffstats
path: root/test/def.resp
diff options
context:
space:
mode:
Diffstat (limited to 'test/def.resp')
-rw-r--r--test/def.resp8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/def.resp b/test/def.resp
deleted file mode 100644
index 52605b0..0000000
--- a/test/def.resp
+++ /dev/null
@@ -1,8 +0,0 @@
-(def foo
- (fn (x)
- (def y x)
- (def z (+ x 1))
- z))
-
-(foo 3)
-