blob: fe2c8f61ba0bd613c63f4a9f9cfad69714822d44 [file] [log] [blame]
// PR c++/51747
// { dg-do compile { target c++11 } }
struct B {};
struct D : B {D(B b) : B{b} {}};