blob: c8ac608823f13f2dde48c2134bf0104c7b9c1649 [file] [log] [blame]
namespace O {
struct SO;
namespace I {
struct SI;
struct O::SO {}; // { dg-error "" }
}
struct I::SI {};
}