#ifndef NON_TEMPLATE_CLASS_1_H #define NON_TEMPLATE_CLASS_1_H class CNonTemplateClass1 { public: private: int x; }; #endif