FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg16.C
blob75d87a5f0f2ffde2e070cc0ea502b2e25ff1174a
1 // Bug: g++ doesn't push parameter decls as they are parsed.
2 // Build don't link:
4 void (*ptr) (int foo, int array[sizeof(foo)]); // gets bogus error XFAIL *-*-*
5 void test2 (int bar, int array[sizeof(bar)]) { } // gets bogus error XFAIL *-*-*