Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / anon-namespace / module.modulemap
blob3d390d2d4e712deaf608219430600ae69b90dcd6
1 module a { header "a.h" export * }
2 module b { module b1 { header "b1.h" export * } module b2 { header "b2.h" export * } }
3 module c { header "c.h" export * }