aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/category_right.h
blob: 812a840782497b7a54cd2abd55dbc02f8d210a77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@__experimental_modules_import category_top;

@interface Foo(Right1)
-(void)right1;
@end

@interface Foo(Right2)
-(void)right2;
@end

@interface Foo(Duplicate)
@end