]> andersk Git - splint.git/blob - test/manual/globals.c
noexpand always false.
[splint.git] / test / manual / globals.c
1 int glob1, glob2;
2
3 int f (void) /*@globals glob1;@*/
4 {    
5    return glob2; 
6 }
This page took 0.123405 seconds and 5 git commands to generate.