class C { public: int x; }; void f() { C *c; int i; i = c->x; }