Home
last modified time | relevance | path

Searched refs:simple_indef_array (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Darray_test.c193 static unsigned char simple_indef_array[] = {0x9F, 0x01, 0x02, 0xFF}; variable
199 array = cbor_load(simple_indef_array, 4, &res); in test_indef_array_decode()