bldc/tests/test_array_syntax_3.lisp

5 lines
61 B
Common Lisp

(define arr [1 2 3 4 5 6])
(check (= (bufget-i8 arr 4) 5))