DEBSOURCES
Skip Quicknav
sources / aspectc%2B%2B / 1.0pre4~svn.20090918-1 / AspectC%2B%2B / tests / NonInlineIntroInclude / C.h
1234567891011
#ifndef __C_h__ #define __C_h__ class C { static int I_am_the_link_once_object; public: enum T { V1, V2 }; }; #endif // __C_h__