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