llvm/clang/test/Modules/Inputs/protocol-redefinition/Kit.framework/Headers/Kit.h

#import <Base/Base.h>

// REDECLARATION
@protocol Foo
- (void)someMethodOnFoo;
@end