/* Generated by CIL v. 1.7.3 */ /* print_CIL_Input is true */ #line 1 "cilcode.tmp/ex34.c" struct __anonstruct_nested_2 { int y ; int z ; }; #line 1 "cilcode.tmp/ex34.c" struct __anonstruct_i_1 { int x ; struct __anonstruct_nested_2 nested ; }; #line 1 "cilcode.tmp/ex34.c" struct __anonstruct_i_1 i = {1, {2, 6}};