forked from OSchip/llvm-project
13 lines
209 B
C
13 lines
209 B
C
![]() |
__import_module__ category_top;
|
||
|
|
||
|
@interface Foo(Right1)
|
||
|
-(void)right1;
|
||
|
@end
|
||
|
|
||
|
@interface Foo(Right2)
|
||
|
-(void)right2;
|
||
|
@end
|
||
|
|
||
|
@interface Foo(Duplicate) // expected-warning {{duplicate definition of category}}
|
||
|
@end
|