// { dg-options "-std=gnu++0x" } template void f(Types... values); void g() { f(0, 0, 0); // Types is deduced to the sequence int*, float*, int }