(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
variadic155.C
// { dg-do compile { target c++11 } }

template <typename T> struct A {};
template <int... I> struct B: A<I...> {}; // { dg-error "type" }