OSDN Git Service

PR middle-end/34688
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20000609-1.c
1 int main ()
2 {
3   char temp[1024] = "tempfile";
4   return temp[0] != 't';
5 }
6