bldc/tests/test_array_syntax_6.lisp

6 lines
88 B
Common Lisp
Raw Normal View History

(define arr (bufcreate 10))
(define arr1 [0 0 0 0 0 0 0 0 0 0])
(check (eq arr arr1))