C++
struct CompBase{ protected: char __data[8]; };
Comp の基底型。
CompBase を直接使用しないでください。代わりに、Comp を使用できます。