| File doc/godi-cil/html/examples/ex34.txt | GODI Package godi-cil |
| ex34.txt |
/* Generated by CIL v. 1.3.6 */ /* 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}};