1 2 3 4 5 6 7 8 9
// PR c++/27806 struct A {}; void foo() { p; // { dg-error "p" } extern int A::* p; }