2 /* { dg-do compile } */
3 /* { dg-options "-Wswitch-unreachable" } */
13 int t
= 10; /* { dg-warning "statement will never be executed" } */
19 { /* { dg-warning "statement will never be executed" } */
21 default: /* { dg-error "switch jumps into scope" } */
27 j
= sizeof (struct { int i
; });