// { dg-do compile { target c++17 } } template struct A { A(T); }; A a (42);