summaryrefslogtreecommitdiff
path: root/clang/test/PCH/objc_methods.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/objc_methods.h')
-rw-r--r--clang/test/PCH/objc_methods.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/clang/test/PCH/objc_methods.h b/clang/test/PCH/objc_methods.h
new file mode 100644
index 0000000..c9b1ad4
--- /dev/null
+++ b/clang/test/PCH/objc_methods.h
@@ -0,0 +1,11 @@
+/* For use with the methods.m test */
+
+@interface TestPCH
++ alloc;
+- (instancetype)instMethod;
+@end
+
+@class TestForwardClassDecl;
+
+// FIXME: @compatibility_alias AliasForTestPCH TestPCH;
+