]> andersk Git - splint.git/blob - test/glob.lcl
In response to [ 689702 ] Missing C99 __func__ predefined identifier
[splint.git] / test / glob.lcl
1 int x, y, z;
2
3 int useGlob (int a) int x, y, z; 
4 {
5    ensures true;
6 }
7
8 int dontuseGlob (int a)
9 {
10    ensures true;
11 }
12
13 int callsUseGlob (int a) int x;
14 {
15   ensures true;
16 }
This page took 0.03684 seconds and 5 git commands to generate.