OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20040415-2.c
1 int isascii (int);
2
3 int f1 (const char *type)
4 {
5   return isascii ((unsigned char) *type++);
6 }
7