Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / category_other.h
blob2c3f4794c2a71e694d12c6ffbcbc6c478085d813
1 @import category_top;
3 @interface Foo(Other)
4 -(void)other;
5 @end