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

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

  {
#line 3
  x___0 = 6;
#line 5
  x___1 = 7;
#line 6
  return (x___1);
#line 8
  return (x___0);
}
}