aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/rfg16.C
blob: 75d87a5f0f2ffde2e070cc0ea502b2e25ff1174a (plain)
1
2
3
4
5
// Bug: g++ doesn't push parameter decls as they are parsed.
// Build don't link:

void (*ptr) (int foo, int array[sizeof(foo)]); // gets bogus error XFAIL *-*-*
void test2 (int bar, int array[sizeof(bar)]) { } // gets bogus error XFAIL *-*-*