Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / lookup-assert / Derive.h
blob313a96188d2e291d150838ec3e0c842ce8618e11
1 #include "Base.h"
2 @interface DerivedInterface : BaseInterface
3 @end