/* Generated by CIL v. 1.3.3 */
/* 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);
}
}
