From 4b294e47144da00ae4b9568fed39569d187ce07e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 27 Mar 2026 17:23:26 -0400 Subject: Fix doubles --- test/broken.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/broken.lisp (limited to 'test/broken.lisp') diff --git a/test/broken.lisp b/test/broken.lisp new file mode 100644 index 0000000..09f4afc --- /dev/null +++ b/test/broken.lisp @@ -0,0 +1,5 @@ +;; (let ((foo (+ 1 1))) +;; (print! foo)) +((lambda (foo) + (print! foo)) + (+ 1 1)) -- cgit v1.2.3