summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex8.txt
blob: 323a41e991001a47745b6bfec029869714978e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Generated by CIL v. 1.3.5 */
/* print_CIL_Input is true */

#line 2 "cilcode.tmp/ex8.c"
struct foo {
   int x ;
   int y ;
};
#line 1 "cilcode.tmp/ex8.c"
int a1[5]  = {      1,      2,      3,      0, 
        0};
#line 2 "cilcode.tmp/ex8.c"
struct foo s1  =    {4, 0};