brintos

brintos / llvm-project-archived public Read only

0
0
Text · 164 B · 05e2a1b Raw
16 lines · c
1@import category_top;2 3@interface Foo(Left)4-(void)left;5@end6 7@interface LeftFoo8-(void)left;9@end10 11@interface Foo(Duplicate)12@end13 14@interface Foo(Duplicate)15@end16