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