DEBSOURCES
Skip Quicknav
sources / aspectc%2B%2B / 1.0pre4~svn.20090918-1 / AspectC%2B%2B / tests / NonInlineIntroInclude / CDecl.ah
123456789
#ifndef __CDdecl_ah__ #define __CDdecl_ah__ aspect CDecl { public: advice "C" : void f (); }; #endif // __CDdecl_ah__