12 case 4: /* 2. Fall through case (no preceeding break) */
13 if (i
== 3) /* 1. Variable i used before definition */
30 case 6: /* 3. Fall through case (no preceeding break) */
37 default: /* 4. Fall through case (no preceeding break) */
40 } /* 5. Path with no return in function declared to return int */