aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/category_left_sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/category_left_sub.h')
-rw-r--r--test/Modules/Inputs/category_left_sub.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Modules/Inputs/category_left_sub.h b/test/Modules/Inputs/category_left_sub.h
new file mode 100644
index 000000000000..d92a873e1fb8
--- /dev/null
+++ b/test/Modules/Inputs/category_left_sub.h
@@ -0,0 +1,11 @@
+@interface Foo(LeftSub) <P1>
+- (void)left_sub;
+@end
+
+@protocol P3
+- (void)p3_method;
+@property (retain) id p3_prop;
+@end
+
+@interface Foo(LeftP3) <P3>
+@end