]> andersk Git - splint.git/blob - test/tests2.5/boolt.c
Add .cvsignore files.
[splint.git] / test / tests2.5 / boolt.c
1 typedef int pan_bool_t;
2
3 #define PAN_FALSE (0)
4 #define PAN_TRUE ((pan_bool_t) 1)
5
6 pan_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.036051 seconds and 5 git commands to generate.