Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/test/
H A Darray_test.c75 unsigned char test_indef_arrays_data[] = {0x9f, 0x01, 0x02, 0xFF}; variable
78 arr = cbor_load(test_indef_arrays_data, 4, &res); in test_indef_arrays()