// PR c++/89062 // { dg-do compile { target c++17 } } template struct Foo { Foo(T); }; Foo x(Foo{1});