bldc/tests/test_let_0.lisp

6 lines
66 B
Common Lisp

(check (let ((x 1)
(y 2))
(= (+ x y) 3)))