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