aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/objc-hidden/System/X.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/objc-hidden/System/X.h')
-rw-r--r--test/Modules/Inputs/objc-hidden/System/X.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Modules/Inputs/objc-hidden/System/X.h b/test/Modules/Inputs/objc-hidden/System/X.h
new file mode 100644
index 000000000000..c86cc58a1ebb
--- /dev/null
+++ b/test/Modules/Inputs/objc-hidden/System/X.h
@@ -0,0 +1,5 @@
+@protocol NSObject
+@property (readonly) int hash;
+@end
+@interface NSObject <NSObject>
+@end