bldc/tests/test_let_5.lisp

5 lines
65 B
Common Lisp

(check (let ((a 5))
(let ((a 7))
(= a 7))))