]> andersk Git - splint.git/blob - test/alias.lcl
Modified configure.ac to new longer check for c++.
[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.155301 seconds and 5 git commands to generate.