// { dg-do compile { target c++11 } } template void expand(T const& ...); template void f(T ...t) { expand([t]{ }...); }