blob: c14aeea3a1b36ade290adb88d3169456aea846ce [file] [log] [blame]
// { 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;