blob: e597d926f40d2032b2cc4b1c6adc4a95e38b3d77 [file] [log] [blame]
// PR c++/25633
struct A {};
struct B : A
{
B() : A {} // { dg-error "initializer|expected" }
};