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

#line 1 "cilcode.tmp/ex1.c"
long x  ;
#line 3 "cilcode.tmp/ex1.c"
static long long y  ;
#line 6 "cilcode.tmp/ex1.c"
int main(void) 
{ 

  {
#line 6
  return ((int )((long long )x + y));
}
}