Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / g++.dg / other / error21.C
blobe4d14eab60e485e912ae58b4d5eeb2cce54de2f7
1 // PR c++/34273
3 struct A {};
5 struct B : A
7   B() : A()... {} // { dg-error "cannot expand" }
8 };