]> andersk Git - splint.git/blame - test/tests2.5/boolt.c
Add .cvsignore files.
[splint.git] / test / tests2.5 / boolt.c
CommitLineData
cc78dedd 1typedef int pan_bool_t;
2
3#define PAN_FALSE (0)
4#define PAN_TRUE ((pan_bool_t) 1)
5
6pan_bool_t test (pan_bool_t b) {
7 (void) test (2);
8 (void) test (PAN_FALSE);
9 (void) test (PAN_TRUE);
10 (void) test (b);
11 return PAN_TRUE;
12}
This page took 0.071303 seconds and 5 git commands to generate.