// PR c++/99445 // { dg-do compile { target c++11 } } // { dg-additional-options "-fchecking=2 --param=hash-table-verification-limit=1000" } template struct implicit_conversions; template using implicit_conversions_t = typename implicit_conversions::type; template struct response_type; template using type1 = response_type...>; template using type2 = response_type::type...>;