summaryrefslogtreecommitdiff
path: root/broken.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'broken.lisp')
-rw-r--r--broken.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/broken.lisp b/broken.lisp
new file mode 100644
index 0000000..09f4afc
--- /dev/null
+++ b/broken.lisp
@@ -0,0 +1,5 @@
+;; (let ((foo (+ 1 1)))
+;; (print! foo))
+((lambda (foo)
+ (print! foo))
+ (+ 1 1))