// { dg-do compile }

// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
// PR c++/12102

struct A
{
    struct C {} C;
};

struct B : A
{
    struct C {} C;
};


syntax highlighted by Code2HTML, v. 0.9.1