modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr82549.c (about) 1 /* PR tree-optimization/82549 */ 2 3 int a, b[1]; 4 5 int 6 main () 7 { 8 return !a || b[-2] || b[-2]; 9 }