OSDN Git Service

New test
[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