bldc/tests/test_deconstruct_let_2.lisp

5 lines
100 B
Common Lisp

(check (let (( (a (b0 b1 b2) . c) '(1 (100 200 300) . 77) ))
(= (+ a b0 b1 b2 c) 678)))