summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/category_bottom.h
blob: 20f7813de60f645637f39f0054e21d3c6631c4c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
__import_module__ category_left;

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

__import_module__ category_right;

@interface LeftFoo(Bottom)
-(void)bottom;
@end
OpenPOWER on IntegriCloud