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