summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex21.txt
blob: 3f331e42541fafb936c149f5076ef2fefe5a5e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* Generated by CIL v. 1.3.5 */
/* print_CIL_Input is true */

#line 1 "cilcode.tmp/ex21.c"
int main(void) 
{ int x ;
  int y ;
  int z ;
  int *tmp ;

  {
#line 2
  if (x) {
#line 2
    tmp = & y;
  } else {
#line 2
    tmp = & z;
  }
#line 2
  x ++;
#line 2
  return (tmp - & x);
}
}