PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20040415-1.c
blob1b1537a7ba619aa7420995ad2f65884c757b2e9c
1 int isdigit (int);
2 int f (const char *type)
4 return isdigit ((unsigned char) *type++);