summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex34.txt
blob: 494ca916d9678d80720844de812fb9d8893d76ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Generated by CIL v. 1.3.5 */
/* 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}};