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