bldc/tests/test_array_syntax_9.lisp

5 lines
82 B
Common Lisp

(define arr [0xFF 0x00 0xFF 0x00])
(check (= (bufget-u32 arr 0) 0xFF00FF00u32))