// PR c++/94523 // { dg-do compile { target c++14 } } template using b = a; struct d { char ao; template constexpr d(ap) : ao{} {} }; template struct e { static constexpr auto aw = d(au...); }; template b ax(e<1>::aw);