1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
struct S0 { unsigned char f0; int:0; }; struct S1 { struct S0 f0; }; struct S1 func_34 (void) { struct S1 l_221 = { { 1 } }; return l_221; }