class C { public: static const char c; static void f() {}; }; // const char C::c = '+'; // int main() { // C ob; // C::f(); // return 0; // }