Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / hidden-names / module.modulemap
blob1471f589c6660faffcd5fefc43269d9ca59bdbb6
1 module hidden {
2   header "visible.h"
3   explicit module sub { header "hidden.h" }