1 2 3 4 5 6 7 8
namespace O { struct SO; namespace I { struct SI; struct O::SO {}; // { dg-error "" } } struct I::SI {}; }