blob: 673b6c54615f3c6ea4625f66aa7f0befd9a7aa39 [file] [log] [blame]
/* PR c/71853 */
/* { dg-do compile } */
void f (void)
{
case (0) { /* { dg-error "expected" } */
switch 0: { } /* { dg-error "expected" } */
}
}