(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
s390/
pr79895.c
       1  /* { dg-do compile { target int128 } } */
       2  /* { dg-options "-O1 -mno-lra" } */
       3  
       4  unsigned __int128 g;
       5  void
       6  foo ()
       7  {
       8    g = (unsigned __int128)1 << 127;
       9  }