Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.jason / rfg16.C
blob6a39ff42e3d52cc303455f076b8b39706b59d3a7
1 // { dg-do assemble  }
2 // Bug: g++ doesn't push parameter decls as they are parsed.
4 void (*ptr) (int foo, int array[sizeof(foo)]); // { dg-bogus "" "" { xfail *-*-* } }  
5 void test2 (int bar, int array[sizeof(bar)]) { } // { dg-bogus "" "" { xfail *-*-* } }