blob: d912317bdc4f0290e419f7c9e5ef4213d4acf912 [file] [log] [blame]
// { dg-do compile { target c++11 } }
template <typename T> struct A {};
template <int... I> struct B: A<I...> {}; // { dg-error "type" }