Searched refs:complete_array_from_init (Results 1 – 1 of 1) sorted by relevance
3 int complete_array_from_init[] = { 1, 2, [10] = 5, 1, 2, [5] = 2, 6 }; variable5 int complete_array_from_init_check[((sizeof(complete_array_from_init) / sizeof(int)) == 13)? 1 : -1…