1 namespace Name { 2 3 typedef void *(*Function)( void *, int ); 4 5 struct Foo { 6 struct Function xyz[5]; // { dg-error "" } 7 }; 8 9 } 10