Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / using-decl-redecl / module.modulemap
bloba2ebc1767645a73c37b761b2242d79f29f6d7a72
1 module a { header "a.h" }
2 module b { header "b.h" export a }
3 module c { header "c.h" export a export b }
4 module d { header "d.h" }