summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/category_other.h
blob: 1bb5a91cbd781e7b253f8469371783246cc81e6f (about) (plain)
1
2
3
4
5
6
@__experimental_modules_import category_top;

@interface Foo(Other)
-(void)other;
@end