DEBSOURCES
Skip Quicknav
sources / aspectc%2B%2B / 1.0pre4~svn.20080711-1 / AspectC%2B%2B / tests / CFlowCycle / A.h
123456789101112
#ifndef __A_h__ #define __A_h__ #include "C.h" class A { public: static void f() { C::f(); } }; #endif // __A_h__