// { dg-additional-options -fmodules-ts } export module foo; // { dg-module-cmi foo } template struct basic_string { template basic_string(); }; inline basic_string to_string () { basic_string __str; return __str; }