diff options
Diffstat (limited to 'clang/test/ASTMerge/Inputs/category2.m')
-rw-r--r-- | clang/test/ASTMerge/Inputs/category2.m | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/test/ASTMerge/Inputs/category2.m b/clang/test/ASTMerge/Inputs/category2.m index f66c208680c..646ebb557ab 100644 --- a/clang/test/ASTMerge/Inputs/category2.m +++ b/clang/test/ASTMerge/Inputs/category2.m @@ -25,3 +25,11 @@ typedef int Int; @interface I2 () - (float)method3; @end + +// Category with implementation +@interface I2 (Cat3) +@end + +// Category with implementation +@interface I2 (Cat5) +@end |