modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/941025-1.c (about) 1 long f (x, y) 2 long x,y; 3 { 4 return (x > 1) ? y : (y & 1); 5 } 6 7 main () 8 { 9 if (f (2L, 0xdecadeL) != 0xdecadeL) 10 abort (); 11 exit (0); 12 }