]> andersk Git - splint.git/blob - test/globals2.c
noexpand always false.
[splint.git] / test / globals2.c
1 extern int glob1;
2
3 int f (void) /*@globals glob1@*/
4 {
5   return glob1;
6 }
7             
8 int g (void) /*@globals glob2@*/ /*@globals glob1@*/
9 {
10   return f();
11 }
This page took 0.139385 seconds and 5 git commands to generate.