llvm/clang/test/Modules/Inputs/lookup-assert-protocol/Derive.h

#include "Base.h"
@protocol DerivedProtocol<BaseProtocol>
- (void) test2;
@end