2 /* { dg-do compile } */
3 /* { dg-options "-Wswitch" } */
6 struct S
{ enum E e
:2; };
12 switch (s
->e
) /* { dg-warning "enumeration value .C. not handled in switch" } */
25 switch (s
->e
) /* { dg-warning "enumeration value .C. not handled in switch" } */