aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1y/pr60626.C
blob: 311464472daef6d4d314c265681e1a5a5e8fc9b5 (plain)
1
2
3
4
5
6
7
// PR c++/60626
// { dg-do compile { target c++14 } }
// { dg-options "" }

struct A {};

void (*A::p)(auto) = 0;  // { dg-error "static data member|template" }