rt_gccstream/gcc/testsuite/g++.dg/other/error21.C

9 lines
99 B
C

// PR c++/34273
struct A {};
struct B : A
{
B() : A()... {} // { dg-error "cannot expand" }
};