#ifndef NORAML_OLD_CLASS_H #define NORAML_OLD_CLASS_H class NormalOldClass { public: void f4(); private: }; #endif