modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/20000609-1.c (about) 1 int main () 2 { 3 char temp[1024] = "tempfile"; 4 return temp[0] != 't'; 5 } 6