re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / name-clash3.C
blobeb52a7c10c7ee3b01c9dca8250aed930de49aa3f
1 // { dg-do compile }
3 // Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4 // PR c++/12102
6 struct A
8     struct C {} C;
9 };
11 struct B : A
13     struct C {} C;