struct B { int i, j; }; struct D : public B {}; int D::*di = &D::i; int D::*dj = &D::j;