// PR c++/65370 template class C { template C(const C&, bool = false); }; template <> template C::C(const C&, bool);