// PR c++/114947 // { dg-additional-options "-fmodules-ts -std=c++20" } // { dg-module-cmi M:part } module M:part; template struct R {}; template requires false struct R {}; template requires true struct R;