summaryrefslogtreecommitdiffstats
path: root/tests/019/load-ret/module2.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/019/load-ret/module2.tl')
-rw-r--r--tests/019/load-ret/module2.tl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/019/load-ret/module2.tl b/tests/019/load-ret/module2.tl
new file mode 100644
index 00000000..e651c3f5
--- /dev/null
+++ b/tests/019/load-ret/module2.tl
@@ -0,0 +1,2 @@
+(eval ^(defvar ,(pop *load-args*)))
+(return-from load [apply + *load-args*])