]> andersk Git - splint.git/blob - test/tests2.2a/fred.c
noexpand always false.
[splint.git] / test / tests2.2a / fred.c
1 #include <stdlib.h>                     /* free, EXIT_SUCCESS */
2
3 typedef int Bool;       
4 #define False   0
5
6 static void CheckQualsSub(Bool Found);
7
8 void CheckQuals(void)
9 {
10     Bool B = False;
11     
12     CheckQualsSub (B);
13 }
This page took 0.55937 seconds and 5 git commands to generate.