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

#line 1 "cilcode.tmp/ex33.c"
int (*pf)(void)  ;
#line 2 "cilcode.tmp/ex33.c"
int f(void) 
{ 

  {
#line 4
  pf = & f;
#line 5
  pf = & f;
#line 6
  ((*pf))();
#line 7
  ((*pf))();
#line 8
  f();
#line 9
  return (0);
}
}