Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / protocol-redefinition / Base.framework / Headers / Base.h
blobe3fe33c1bdb915570a121684291bc641d1eff858
1 @protocol Foo
2 - (void)someMethodOnFoo;
3 @end