chromium/tools/clang/blink_gc_plugin/tests/class_must_crtp_itself.txt

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