modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/execute/20150611-1.c (about) 1 int a, c, d; 2 short b; 3 4 int 5 main () 6 { 7 int e[1]; 8 for (; b < 2; b++) 9 { 10 a = 0; 11 if (b == 28378) 12 a = e[b]; 13 if (!(d || b)) 14 for (; c;) 15 ; 16 } 17 return 0; 18 }