(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
variadic153.C
// PR c++/58648
// { dg-require-effective-target c++11 }

template<int, typename...T, T...> int foo();

int i = foo<0>();