]> andersk Git - splint.git/blame - test/manual/globals.c
Fixes for win32
[splint.git] / test / manual / globals.c
CommitLineData
77970e15 1int glob1, glob2;
2
3int f (void) /*@globals glob1;@*/
4{
5 return glob2;
6}
This page took 0.099485 seconds and 5 git commands to generate.