]> andersk Git - splint.git/blame - test/globals2.c
Fixed the OS/2 specific files for the latest release.
[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 1.372822 seconds and 5 git commands to generate.