aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20040415-2.c
blob: e78e81e8cf8bcbb78e97dc219796987c1787c70b (plain)
1
2
3
4
5
6
7
int isascii (int);

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