]> andersk Git - splint.git/blame - test/alias.lcl
In response to [ 689702 ] Missing C99 __func__ predefined identifier
[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.123479 seconds and 5 git commands to generate.