// PR c++/81486 // { dg-do compile { target c++17 } } template struct foo { template foo(Us...) { } }; int main () { auto f = foo(); }