modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/pr59101.c (about)

     1  /* PR target/59101 */
     2  
     3  __attribute__((noinline, noclone)) int
     4  foo (int a)
     5  {
     6    return (~a & 4102790424LL) > 0 | 6;
     7  }
     8  
     9  int
    10  main ()
    11  {
    12    if (foo (0) != 7)
    13      __builtin_abort ();
    14    return 0;
    15  }