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