1 // PR c++/58648
2 // { dg-require-effective-target c++11 }
3 
4 template<int, typename...T, T...> int foo();
5 
6 int i = foo<0>();
7