]> andersk Git - splint.git/blob - test/outglob.lcl
Fixed up for win32 building (winconfig.h required)
[splint.git] / test / outglob.lcl
1 int x1, x2, x3;
2
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; }
This page took 1.243104 seconds and 5 git commands to generate.