// PR c++/109320 // { dg-do compile { target c++20 } } template struct S {}; template using u = S; struct X {}; auto a = u {};