]> andersk Git - splint.git/blob - test/alias.lcl
Added support for omitted if clauses in conditionals, patch provided by peteran.
[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.127013 seconds and 5 git commands to generate.