]> andersk Git - splint.git/blame - test/globals2.c
Fixes for win32
[splint.git] / test / globals2.c
CommitLineData
80ee600a 1extern int glob1;
2
3int f (void) /*@globals glob1@*/
4{
5 return glob1;
6}
7
8int g (void) /*@globals glob2@*/ /*@globals glob1@*/
9{
10 return f();
11}
This page took 0.062303 seconds and 5 git commands to generate.