Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / objc-method-redecl.h
blob95c6533fad9e7b7ecf72ec3d9996030509b4d0f8
1 @interface T
2 - (void)test;
3 - (void)test;
4 @end