1 // Verify that there are no spurious warnings in nested switch statements due
2 // to the unnecessary break in the inner switch block.
4 // { dg-options "-Wimplicit-fallthrough" } */
7 foo (int c1, int c2, int c3)
12 switch (c3) // { dg-bogus "may fall through" }