blob: 75d87a5f0f2ffde2e070cc0ea502b2e25ff1174a [file] [log] [blame]
// 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 *-*-*