Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
tc1
/
dr85.C
blob: 31dde8cbb5d429e5b111fceabc1c8f3bcb9186ef [
file
] [
log
] [
blame
]
// { dg-do compile }
// Origin: Giovanni Bajo <giovannibajo at gcc dot gnu dot org>
// DR85: Redeclaration of member class
struct
Base
{
struct
Data
{};
struct
Data
;
// { dg-error "" "redeclaration of nested class is invalid" { xfail *-*-* } }
};