summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/category_bottom.h
blob: b53d9c30d6f60be6c929e3987f5d10492a2e7a2e (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
@__experimental_modules_import category_left;

@interface Foo(Bottom)
-(void)bottom;
@end

@__experimental_modules_import category_right;

@interface LeftFoo(Bottom)
-(void)bottom;
@end