blob: 39ea438159a6639d87b287d9c42cc4617519b622 [file] [log] [blame]
// PR c++/60626
// { dg-do compile { target c++1y } }
// { dg-options "" }
struct A {};
void (*A::p)(auto) = 0; // { dg-error "static member|non-template" }