Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
error21.C
blob: e4d14eab60e485e912ae58b4d5eeb2cce54de2f7 [
file
] [
log
] [
blame
]
// PR c++/34273
struct
A
{};
struct
B
:
A
{
B
()
:
A
()...
{}
// { dg-error "cannot expand" }
};