1 2 3 4 5 6 7 8
// PR c++/34273 struct A {}; struct B : A { B() : A()... {} // { dg-error "cannot expand" } };