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