Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20040415-2.c
blobe78e81e8cf8bcbb78e97dc219796987c1787c70b
1 int isascii (int);
3 int f1 (const char *type)
5 return isascii ((unsigned char) *type++);