// { dg-do compile { target c++17 } } template struct S{S(T){}}; int main() { S{1}; }