DEBSOURCES
Skip Quicknav
sources / aspectc%2B%2B / 1%3A2.3%2Bgit20221129-2 / 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__