OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20010525-1.c
1 static int kind_varread(char *str)
2 {
3   if (0 == memcmp("%_#",               str, 3))  return 2;
4   /* NOTREACHED */
5 }
6