summaryrefslogtreecommitdiffstats
path: root/test/PCH/objc_import.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/objc_import.h')
-rw-r--r--test/PCH/objc_import.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/PCH/objc_import.h b/test/PCH/objc_import.h
new file mode 100644
index 0000000..8af87ab
--- /dev/null
+++ b/test/PCH/objc_import.h
@@ -0,0 +1,7 @@
+/* For use with the objc_import.m test */
+
+@interface TestPCH
++ alloc;
+- (void)instMethod;
+@end
+
OpenPOWER on IntegriCloud