summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex42.txt
blob: b0f40b88ac8695d9f1d96d15245796a186e67ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Generated by CIL v. 1.3.5 */
/* print_CIL_Input is true */

#line 1 "cilcode.tmp/ex42.c"
int main(void) 
{ int tmp ;

  {
  goto L;
#line 1
  if (0) {
    L: 
#line 1
    tmp = 1;
  } else {
#line 1
    tmp = 0;
  }
#line 1
  return (tmp);
}
}