bldc/tests/test_array_syntax_7.lisp

6 lines
94 B
Common Lisp
Raw Normal View History

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