]> andersk Git - splint.git/blob - test/alias.lcl
noexpand always false.
[splint.git] / test / alias.lcl
1 imports mut;
2
3 int glob;
4 int *globp;
5
6 int f (int *a, int b, int **c) int glob; int *globp; { }
7
8 int h (mut a, mut b) { }
This page took 1.318566 seconds and 5 git commands to generate.