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

#line 1 "cilcode.tmp/ex5.c"
int f(double x ) ;
#line 3
int g(double x ) ;
#line 2 "cilcode.tmp/ex5.c"
int f(double x ) 
{ int tmp ;

  {
#line 3
  tmp = g(x);
#line 3
  return (tmp);
}
}
#line 5 "cilcode.tmp/ex5.c"
int g(double x ) 
{ 

  {
#line 6
  return ((int )x);
}
}