Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / implicit-invalidate-common / module.modulemap
blob97c674a46184ea4c89442579f3f2a15e278d00a2
1 module A { header "A.h" }
2 module B { header "B.h" }
3 module Common { header "Common.h" }