Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
initlist95.C
// PR c++/51747 // { dg-do compile { target c++11 } } struct B {}; struct D : B {D(B b) : B{b} {}};