llvm/clang/test/Modules/Inputs/objc-hidden/System/X.h

@protocol NSObject
@property (readonly) int hash;
@end
@interface NSObject <NSObject>
@end