1 /* This should not warn about the case label being out of range. */
3 /* { dg-options "-O0" } */
5 extern void abort (void);
6 extern void exit (int);
13 case 123456123456ULL: /* { dg-warning "large integer implicitly truncated to unsigned type" } */