11 typedef enum _et
{ ONE
, TWO
, THREE
} et
;
19 case THREE
: return 12;
31 } /* 1. Path with no return in function declared to return int */
49 } /* 2. Missing case in switch: THREE */
50 } /* 3. Path with no return in function declared to return int */
70 } /* 4. Path with no return in function declared to return int */