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

