]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/category_bottom.h
Vendor import of clang RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / category_bottom.h
1 @import category_left;
2
3 @interface Foo(Bottom)
4 -(void)bottom;
5 @end
6
7 @import category_right;
8
9 @interface LeftFoo(Bottom)
10 -(void)bottom;
11 @end