bldc/tests/test_array_syntax_15.lisp

5 lines
63 B
Common Lisp

(define arr [type-i32 1 2 3 4 5 6 7])
(= (array-size arr) 7)