Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / DebugInfoNamespace / module.modulemap
blob9300fcf98c645996e30ac74b1b8dce1847d54aa3
1 module A {
2   header "A.h"
3   export *
5 module B {
6   header "B.h"
7   export *