Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / exclude-header / module.map
blob2563ef9dc9cd3e169ae6f50a4773f0ef88a31a1a
1 module x { umbrella "x" exclude header "x/bad.h" module * {} }
2 module y { umbrella "y" module * {} }
3 module bad { header "x/bad.h" }