blob: 1101ad9fd9028377a3392ef4184ad3c760b3e5e8 [file] [log] [blame]
// PR c++/27806
struct A {};
void foo()
{
p; // { dg-error "p" }
extern int A::* p;
}