blob: 104897a5f3915ea1b5eb54a6bf20548b9c1ac3f2 [file] [log] [blame]
/* { dg-require-effective-target int128 }
{ dg-options "-Wno-pedantic" } */
void foo0_u16_0() {
(__int128)(18302628885633695743 << 4) ^ 0; /* { dg-warning "integer constant is so large that it is unsigned" } */
}