Searched refs:large_struct2_t (Results 1 – 1 of 1) sorted by relevance
16 int i6; int i7; int i8; int i9; int i10; } large_struct2_t; typedef17 large_struct2_t fun_large_struct2 (void) { in fun_large_struct2()18 large_struct2_t ret = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in fun_large_struct2()