(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
variadic79a.C
// PR c++/33213
// { dg-do compile { target c++11 } }
// { dg-options -fnew-ttp-matching }

template<template<typename> class...> struct A;

template<template<typename...> class... B> struct A<B...> {};