#ifndef CLASS_C_ #define CLASS_C_ class ClassC { public: static void hello(); }; #endif