DEBSOURCES
Skip Quicknav
sources / aspectc%2B%2B / 1.0pre4~svn.20080711-1 / AspectC%2B%2B / tests / UnknownTypeCheck / b.h
12345678910
#ifndef __B_h__ #define __B_h__ #include "a.h" class B : public A { public: }; #endif // __B_h__