brintos

brintos / llvm-project-archived public Read only

0
0
Text · 140 B · ab4c01c Raw
12 lines · c
1@import category_left;2 3@interface Foo(Bottom)4-(void)bottom;5@end6 7@import category_right;8 9@interface LeftFoo(Bottom)10-(void)bottom;11@end12