]> andersk Git - splint.git/blame - test/alias3.lcl
noexpand always false.
[splint.git] / test / alias3.lcl
CommitLineData
80ee600a 1typedef struct s_st { int a; int *b; } st;
2typedef union s_ut { int a; st s; st *t; int **c; } ut;
885824d3 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
80ee600a 13void modu (ut *u) { modifies *u; }
This page took 0.048195 seconds and 5 git commands to generate.