DEBSOURCES
Skip Quicknav
sources / aspectc%2B%2B / 1.0pre4~svn.20080711-1 / AspectC%2B%2B / tests / IntroIncludes / A2.ah
1234567891011
#ifndef __A2_ah__ #define __A2_ah__ typedef int T; aspect A2 { public: advice "C" : T _var; }; #endif // __A2_ah__