bldc/tests/test_logic_12.lisp

2 lines
62 B
Common Lisp

(check (= (and (let ((apa 1)) apa) (let ((bepa 2)) bepa)) 2))