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