blob: 8e73ce4f0195c369c4e33d9ee17f33c88482fac5 [file] [log] [blame]
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
// PR c++/18731
struct A
{
struct B;
typedef B C;
};
struct A::C {}; // { dg-error "invalid class name" }