]> andersk Git - splint.git/blame - test/globals2.c
In response to [ 689702 ] Missing C99 __func__ predefined identifier
[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.067801 seconds and 5 git commands to generate.