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