blob: 8108e1d0f6d106fb86d17e74e1fa192635f4fb90 [file] [log] [blame]
namespace Name {
typedef void *(*Function)( void *, int ); // { dg-message "previous declaration" }
struct Foo {
struct Function xyz[5]; // { dg-error "" }
};
}