#ifndef CLASS_B_ #define CLASS_B_ class ClassB { public: static void hello(); }; #endif