bldc/tests/test_array_syntax_14.lisp

5 lines
58 B
Common Lisp

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