]> andersk Git - splint.git/blob - test/alias.lcl
Remove unused cpplib_createDefinition.
[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 0.05658 seconds and 5 git commands to generate.