modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr45969-1.c (about) 1 /* { dg-options "-std=c89" } */ 2 void crash() { 3 double l[4]; 4 if((l[0]+l[2]) && (l[1]+l[3])){ 5 } 6 }