2 /* { dg-do compile } */
3 /* { dg-options "-Wimplicit-fallthrough" } */
5 extern void grace (int);
25 if (i
== 5) /* { dg-warning "statement may fall through" } */
79 grace (4); /* { dg-warning "statement may fall through" } */
92 if (i
== 5) /* { dg-warning "statement may fall through" } */