modernc.org/cc@v1.0.1/testdata/gcc-6.3.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 }