]> andersk Git - splint.git/blob - test/temp/alias3.lcl
92f1b27e8064fcf2fe38dd8b7007ee57a54146be
[splint.git] / test / temp / alias3.lcl
1 typedef struct { int a; int *b; } st;
2 typedef union  { int a; st s; st *t; int **c; } ut;
3
4 st gst;
5 ut *gu;
6
7 int f (int ia[], st s1, ut *u1) st gst; ut *gu; { } 
8
9 void model (int ia[]) st gst; ut *gu; { modifies ia[6]; }
10
11 void modst (st s1) { modifies *s1.b; }
12
13 void modu (ut *u)  { modifies *u; }
This page took 0.354174 seconds and 3 git commands to generate.