Some consistency changes to library & headers flags.
[splint-patched.git] / test / UNUSED / globals2.c
blob7d9448c77ed8f2b07f7f2417ab99f0c2a3e5f7a1
1 extern int glob1;
3 int f (void) /*@globals glob1@*/
5 return glob1;
8 int g (void) /*@globals glob2@*/ /*@globals glob1@*/
10 return f();