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

#line 1 "cilcode.tmp/ex32.c"
int x  =    5;
#line 2 "cilcode.tmp/ex32.c"
int f(void) 
{ int x___0 ;

  {
#line 3
  x___0 = 3;
#line 6
  return (x);
}
}