Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / hidden-redecls-sub.h
blobf5a77977cfba96c4657420cf56ffecc7875037fa
1 @protocol P1
2 - (void)p1_method;
3 - (void)p1_method;
4 @end
6 @interface Foo (SubP1) <P1>
7 @end