class C { public: int i; }; void f() { C c; int a, b; c.i = a + b; ; }