xref: /llvm-project/clang/test/Modules/Inputs/objc-hidden/System/X.h (revision a58f92f09d217ca978621ccfa630474f919345a3)
1 @protocol NSObject
2 @property (readonly) int hash;
3 @end
4 @interface NSObject <NSObject>
5 @end
6