rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20040415-2.c

8 lines
95 B
C

int isascii (int);
int f1 (const char *type)
{
return isascii ((unsigned char) *type++);
}