(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr91919.c
       1  /* PR target/91919 */
       2  
       3  unsigned int
       4  foo (unsigned int x, int y)
       5  {
       6    return (x * 3355443200ULL + (y * 1801439851ULL >> 29) >> 25);
       7  }