(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
execute/
931208-1.c
       1  f ()
       2  {
       3    unsigned long x, y = 1;
       4  
       5    x = ((y * 8192) - 216) / 16;
       6    return x;
       7  }
       8  
       9  main ()
      10  {
      11    if (f () != 498)
      12      abort ();
      13    exit (0);
      14  }