summaryrefslogtreecommitdiff
path: root/test/broken.lisp
blob: 09f4afc2e3a67ea0c5bd4db039160d306a0da0e3 (plain)
1
2
3
4
5
;; (let ((foo (+ 1 1)))
;;   (print! foo))
((lambda (foo)
   (print! foo))
  (+ 1 1))