1 2 3 4 5 6 7
// PR c++/16853 struct A {}; struct B {}; int B::* b; int A::* a = b; // { dg-error "" }