summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/category_top.h
blob: c9558b6c295e2f37f69a80f08914101686a4baeb (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@interface Foo
@end

@interface Foo(Top)
-(void)top;
@end

@interface Foo(Top2)
-(void)top2;
@end

@interface Foo(Top3)
-(void)top3;
@end