bldc/tests/test_deconstruct_let_1.lisp

6 lines
75 B
Common Lisp

(check (let (( (a b . c) '(1 100 . 77) ))
(= (+ a b c) 178)))