bldc/tests/test_array_syntax_14.lisp

5 lines
55 B
Common Lisp

(def arr [1 2 3 4 5 6 7])
(check (= (buflen arr) 7))