]> andersk Git - splint.git/blob - test/alias4.lcl
noexpand always false.
[splint.git] / test / alias4.lcl
1 imports mut;
2
3 int glob;
4 int *globp;
5 struct { int val; int *field; } globs;
6
7 mut f(mut a, mut b) { }
8
9 int g (void) int glob; { }
10
11 int *h (void) int glob; struct { int val; int *field; } globs; int *globp; { }
This page took 0.042762 seconds and 5 git commands to generate.