// { dg-additional-options -fmodules-ts }
export module foo;
// { dg-module-cmi foo }
template<template<typename...> class Arg1>
struct TPL1;
template<template<typename...> class Arg2>
struct TPL2;
// { dg-additional-options -fmodules-ts }
export module foo;
// { dg-module-cmi foo }
template<template<typename...> class Arg1>
struct TPL1;
template<template<typename...> class Arg2>
struct TPL2;