Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / MethodPoolASub2.h
blobcd0f78517f9388ff769a310fc9d1a8ef76c08402
1 @interface A (Sub2)
2 - (char*)method4;
3 @end