// PR c++/103769 // { dg-do compile { target c++11 } } // { dg-additional-options "--param=hash-table-verification-limit=1000" } template using t = T; template struct s {}; template s...> f() { return {};} int main() { f(); }