]> andersk Git - splint.git/blame - test/manual/globals.c
Fixed problem with handleing oldsytle function declarations.
[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.046445 seconds and 5 git commands to generate.