* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr43164.c
blob7e3e074bbccd7024ffc2179159ca28eb4c3ec682
1 struct S0
3 unsigned char f0;
4 int:0;
5 };
7 struct S1
9 struct S0 f0;
12 struct S1 func_34 (void)
14 struct S1 l_221 = { { 1 } };
15 return l_221;