// { dg-additional-options "-fmodules-ts" } // { dg-module-cmi B } export module B; extern "C++" { template struct S; S(int) -> S; S(char) -> S; }