OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[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