// PR c++/84839 // { dg-do compile { target c++11 } } template struct S { using fptr = void(*)(T... x, decltype(x)... y); }; using F = S::fptr;