bldc/tests/test_array_syntax_15.lisp

5 lines
60 B
Common Lisp
Raw Normal View History

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