bldc/tests/test_qq_8.lisp

7 lines
84 B
Common Lisp

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