Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / lookup-assert-protocol / Base.h
blob5c9506fa5cd3b5f00a228203d3021a02e549f433
1 @protocol BaseProtocol
2 - (void) test;
3 @end