1 2 3 4 5 6 7 8 9 10 11
// Regression test for ICE from PR c++/30297. struct A { int i; }; extern "C" struct B : A { A::i; };