Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / MethodPoolBSub.h
blobfbfc0aa1439207f633ee3b1aa950a4c1c30a0160
1 @interface B (Sub)
2 - (char *)method3;
3 - (char*)method4;
4 - (id)method6;
5 @end