// { dg-additional-options "-fmodules-ts -Wno-global-module" } module; template struct S; export module C; S(const char*) -> S;