Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / MethodPoolCombined1.h
blob057b7388b35fae387ccd604fbea7c5a521e468ab
2 @import MethodPoolString1;
3 @interface A
4 - (int)stringValue;
5 @end