]> andersk Git - splint.git/blob - test/tests2.2/enumbool.c
Fixed manual csvoverwrite.
[splint.git] / test / tests2.2 / enumbool.c
1 typedef enum { false = 0, true } bool;
2
3 bool f (bool b)
4 {
5   if (b)
6     {
7       return ( 3 > 4);
8     }
9   else
10     {
11       return false;
12     }
13 }
This page took 0.038425 seconds and 5 git commands to generate.