diff options
-rw-r--r-- | test/Modules/objc-categories.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/objc-categories.m b/test/Modules/objc-categories.m index 06f4263719..3bae4b8a99 100644 --- a/test/Modules/objc-categories.m +++ b/test/Modules/objc-categories.m @@ -9,6 +9,9 @@ #ifdef MODULE_TOP @interface Foo +@end + +@interface Foo(Top) -(void)top; @end |