aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/category_top.h
blob: df6a6d336861bb7895d5b13f7d3a82b9e1d0a098 (plain)
1
2
3
4
5
6
@interface Foo
@end

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