DEBSOURCES
Skip Quicknav
sources / aspectc%2B%2B / 1.0pre4~svn.20090918-1 / AspectC%2B%2B / tests / IntroInBase / C.h
12345678910
#ifndef __C_h__ #define __C_h__ class C { void g () {} public: void f () { g (); } }; #endif // __C_h__