Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / objc-category-3 / Category_B.h
blobd67f94b3a9c68bd62bac691beb5ad568a9e1b0f0
1 #include "Base.h"
2 @interface DVTSourceModel(AdditionsB)
3 - (int)testB:(int)item matchingMask:(int)mask;
4 @end