class_must_crtp_itself.cpp:11:20: warning: [blink-gc] GC base class 'GarbageCollected' must be specialized with the derived class 'RightClass'. class RightClass : GarbageCollected {}; ^ 1 warning generated.