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