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

6 lines
92 B
C

int isdigit (int);
int f (const char *type)
{
return isdigit ((unsigned char) *type++);
}