blob: 35671924ea9b2e230df1106f4d93215543baf2a7 [file] [log] [blame]
// PR c++/60626
// { dg-do compile { target c++14 } }
struct A {};
void (*A::p)(auto) = 0; // { dg-error "auto|static data member|template" }