Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / category_right.h
blobd8dedf888d15a86f29885960d13c7a25eae378a5
1 @import category_top;
2 #import "category_right_sub.h"
4 @interface Foo(Right1)
5 -(void)right1;
6 @end
8 @interface Foo(Right2)
9 -(void)right2;
10 @end
12 @interface Foo(Duplicate)
13 @end