blob: 819c48d9c21d2887a022447e726f9bd79ebff3bb [file] [log] [blame]
namespace N
{
struct A;
int f() {
struct N::A { // { dg-error "" }
A() {}
};
return 0;
}
}