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