Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-implicit-special-members / module.modulemap
blob77e0a89e39a06c08a45ab682e1db7bde7bef5323
1 module a { header "a.h" export * }
2 module b { header "b.h" export * }
3 module c { header "c.h" export * }