Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / outglob.lcl
bloba99f2c7934728416be1154dfcfa4a2cd31c12779
1 int x1, x2, x3;
3 int f (void) undef int x1; undef int x2; undef int x3;
4 { modifies x1, x2, x3; }
5         
6 int g (void) int x1, x2; undef int x3;
7 { modifies x3; }