Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
copy7.C
// CWG 5 struct C { }; C c; struct A { A(const A&); A(const C&); }; const volatile A a = c; // Okay