* g++.dg/debug/pr71432.C: Fail on AIX.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / elab1.C
blob8108e1d0f6d106fb86d17e74e1fa192635f4fb90
1 namespace Name {
3     typedef void *(*Function)( void *, int ); // { dg-message "previous declaration" }
5     struct Foo {
6       struct Function xyz[5]; // { dg-error "" }
7     };