Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / libstdcxx-ambiguous-internal / module.modulemap
blob12d03880c6e463c1dd9fdcaf9b9b22b2795e9c65
1 module std {
2   module A { textual header "a.h" }
3   module B { header "b.h" }
4   module C { header "c.h" }
5   module D { header "d.h" export * }