// PR c++/118961 // { dg-additional-options "-fmodule-header -std=c++20" } // { dg-module-cmi {} } // Test we correctly emit the bodies of cloned constructors. template struct S { S() requires true {} }; inline S foo() { return {}; }