Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / relative-import-path / module.modulemap
blobf5b6360c1a6e6fe66b5426c9290fe635c3d41d32
1 module A { header "A.h" }
2 module B { header "B.h" }
3 module C { header "C.h" }