llvm-project/clang/test/Modules/Inputs/category_right.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
173 B
C
Raw Normal View History

@import category_top;
#import "category_right_sub.h"
@interface Foo(Right1)
-(void)right1;
@end
@interface Foo(Right2)
-(void)right2;
@end
@interface Foo(Duplicate)
@end