modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr26781-2.c (about) 1 void zconfdump(__SIZE_TYPE__ i) 2 { 3 for (;;) 4 { 5 char __a0; 6 __a0 = ("\"\\")[i]; 7 if (__a0) 8 return; 9 } 10 } 11