summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex15.txt
blob: 4f64ae9b68c5b98e20b9ce5110a60147116aae98 (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 1 "cilcode.tmp/ex15.c"
int foo(void) 
{ int x ;

  {
#line 2
  x = 5;
#line 3
  return (0);
}
}