#ifndef __A0_ah__ #define __A0_ah__ #include aspect A0 { advice execution ("% in_header(...)") : before () { printf ("A0\n"); } }; #endif