brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · d8dedf8 Raw
14 lines · c
1@import category_top;2#import "category_right_sub.h"3 4@interface Foo(Right1)5-(void)right1;6@end7 8@interface Foo(Right2)9-(void)right2;10@end11 12@interface Foo(Duplicate)13@end14