// { dg-additional-options -fmodules-ts } export module foo; // { dg-module-cmi foo } template struct integral_constant { }; typedef integral_constant true_type; void __throw_with_nested_impl (true_type);