2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20010114-1.c
blob9b608aad1324f0f92f94ace1472e3184e500eb19
1 /* Origin: PR c/166 from Joerg Czeranski <jc@joerch.org>. */
2 /* In the declaration of proc, x cannot be parsed as a typedef name,
3 so it must be parsed as a parameter name. */
4 typedef int x;
5 void proc(int (*x)(void)) {}