summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/011/macros-3.tl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/011/macros-3.tl b/tests/011/macros-3.tl
index 9a595021..fda312da 100644
--- a/tests/011/macros-3.tl
+++ b/tests/011/macros-3.tl
@@ -18,3 +18,8 @@
(mtest s 1
s 2
s 3)
+
+(test (symacrolet ((a 42))
+ (labels ()
+ a))
+ 42)