diff options
Diffstat (limited to 'test/Modules/Inputs/category_top.h')
| -rw-r--r-- | test/Modules/Inputs/category_top.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Modules/Inputs/category_top.h b/test/Modules/Inputs/category_top.h index c9558b6c295e..269edc9182e3 100644 --- a/test/Modules/Inputs/category_top.h +++ b/test/Modules/Inputs/category_top.h @@ -12,3 +12,12 @@ @interface Foo(Top3) -(void)top3; @end + +@protocol P1 +@end + +@protocol P2 +@end + +@protocol P3, P4; + |
