]> andersk Git - splint.git/blame - test/tests2.2a/fred.c
*** empty log message ***
[splint.git] / test / tests2.2a / fred.c
CommitLineData
885824d3 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.078012 seconds and 5 git commands to generate.