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

#line 3 "cilcode.tmp/ex37.c"
int foo(void) ;
#line 1 "cilcode.tmp/ex37.c"
int foo(void) 
{ 

  {
#line 5
  return (0);
}
}