#ifndef X_H #define X_H class x { public: x(); }; #endif // X_H