Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 30d37ed78b45529cbbff1cd15e671832 > files > 136

ocaml-cil-doc-1.3.7-8.fc15.i686.rpm

/* Generated by CIL v. 1.3.7 */
/* print_CIL_Input is true */

#line 2 "cilcode.tmp/ex7.c"
enum __anonenum_x_1 {
    FIVE = 5,
    SIX = 6,
    SEVEN = 7,
    FOUR = 4,
    EIGHT = 8
} ;
#line 1 "cilcode.tmp/ex7.c"
int main(void) 
{ enum __anonenum_x_1 x ;

  {
#line 2
  x = (enum __anonenum_x_1 )5;
#line 8
  return ((int )x);
}
}