Searched refs:data11 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libcbor/test/ |
H A D | bytestring_test.c | 263 unsigned char data11[] = {0x5F, 0x58, 0x01, 0xA1, 0x58, 0x01, 0xA2, 0xFF, 0xFF}; variable 269 bs = cbor_load(data11, 9, &res); in test_two_indef()
|