Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 82156e51e136cf1c3e3b0cfb61ec2f5a > files > 112

ocaml-cil-doc-1.3.7-5.fc13.i686.rpm

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

#line 1 "cilcode.tmp/ex28.c"
int main(void) 
{ int ***three ;
  int **two ;
  int **mem_3 ;
  int *mem_4 ;
  int *mem_5 ;

  {
#line 4
  mem_3 = *three;
#line 4
  mem_4 = *mem_3;
#line 4
  mem_5 = *two;
#line 4
  *mem_4 = *mem_5;
#line 5
  return (0);
}
}