modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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