summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex28.txt
blob: 098b144a2c31602d8dab7d5397ea1df171658c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Generated by CIL v. 1.3.5 */
/* 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);
}
}