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