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