summaryrefslogtreecommitdiffstats
path: root/tests/012/lambda.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012/lambda.tl')
-rw-r--r--tests/012/lambda.tl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/012/lambda.tl b/tests/012/lambda.tl
index 96f8ba14..d298f59a 100644
--- a/tests/012/lambda.tl
+++ b/tests/012/lambda.tl
@@ -128,6 +128,11 @@
(test (functionp (lambda (: (n n)))) t)
+(defvarl n)
+
+(ltest
+ [(lambda (: (n n)) n)] nil)
+
(cond
(*compile-test* (exit t))
(t (set *compile-test* t)