1 2 3 4 5 6 7 8
// PR c++/25633 struct A {}; struct B : A { B() : A {} // { dg-error "initializer|expected" } };