bldc/tests/test_qq_7.lisp

7 lines
91 B
Common Lisp

(define a 10)
(check (= (eval (let ((b 1))
`(+ ,b ,a)))
11))