#ifndef __A2_ah__ #define __A2_ah__ typedef int T; aspect A2 { public: advice "C" : T _var; }; #endif // __A2_ah__