1 // { dg-additional-options -fmodules-ts }
2 
3 export module foo;
4 // { dg-module-cmi foo }
5 
6 template<template<typename...> class Arg1>
7 struct TPL1;
8 
9 template<template<typename...> class Arg2>
10 struct TPL2;
11