// PR c++/116496 // { dg-additional-options "-fmodules-ts -std=c++20 -Wno-global-module" } // { dg-module-cmi B } module; template struct S {}; export module B; import A; template requires true struct S {};