summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex20.txt
blob: 7a51db3b6dc2798f68a5fa37ab1ebb7bd2c2befd (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
26
/* Generated by CIL v. 1.3.5 */
/* print_CIL_Input is true */

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

  {
#line 1
  x = 5;
#line 1
  y = x;
#line 2
  x ++;
  L: 
#line 2
  y -= x;
#line 2
  z = y;
  goto L;
#line 3
  return (0);
}
}