llvm-project/clang/test/Modules/Inputs/category_bottom.h
Ted Kremenek c1e4dd0e8e Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules,
and don't have time to push it forward in the near future.

llvm-svn: 151841
2012-03-01 22:07:04 +00:00

12 lines
186 B
Objective-C

@__experimental_modules_import category_left;
@interface Foo(Bottom)
-(void)bottom;
@end
@__experimental_modules_import category_right;
@interface LeftFoo(Bottom)
-(void)bottom;
@end