00001 #ifndef _DIAGRAMS_A_H 00002 #define _DIAGRAMS_A_H 00003 class A { public: A *m_self; }; 00004 #endif