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