(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
Wxor-used-as-pow-pr106830.c
       1  /* { dg-require-effective-target int128 }
       2     { dg-options "-Wno-pedantic" }  */
       3  
       4  void foo0_u16_0() {
       5    (__int128)(18302628885633695743 << 4) ^ 0; /* { dg-warning "integer constant is so large that it is unsigned" } */
       6  }