// { dg-additional-options "-std=c++2a -fmodule-header" } // { dg-module-cmi {} } template inline constexpr bool disable = false; template concept sized = true; template class TPL { }; template requires (!sized) inline constexpr bool disable> = true;