// PR c++/98832 // { dg-do compile { target c++20 } } template struct X { U u; }; template using Y = X; Y y{0};