#ifndef X_H #define X_H class X { private: int i_; public: X( int); int get_i(); }; X & get_default_X(); #endif // X_H