// { dg-do compile } // Origin: Giovanni Bajo // DR85: Redeclaration of member class struct Base { struct Data {}; struct Data; // { dg-error "" "redeclaration of nested class is invalid" { xfail *-*-* } } };