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