// PR c++/97202 // { dg-options "" } template struct F { F(); // { dg-warning "template-id not allowed for constructor" "" { target c++20 } } }; template inline F::F() { }