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