bldc/tests/test_let_4.lisp

4 lines
64 B
Common Lisp

(check (let ((a 4))
(let ((b 4))
(= a b))))