2 /* { dg-do compile } */
19 j
= 10; /* { dg-warning "statement will never be executed" } */
26 j
= 12; /* { dg-warning "statement will never be executed" } */
34 o
= 333; /* { dg-warning "statement will never be executed" } */
41 switch (j
) /* { dg-warning "statement will never be executed" } */
43 o
= 42; /* { dg-warning "statement will never be executed" } */
49 int l
= 3; /* { dg-warning "statement will never be executed" } */
58 int l
= 3; /* { dg-warning "statement will never be executed" } */
63 if (j
!= 3) /* { dg-warning "statement will never be executed" } */
74 goto X
; /* { dg-warning "statement will never be executed" } */