Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / unavailable-local-visibility / module.modulemap
blob8da3d3c1ab0e69f90d6c8441bc0fcf87153f8026
1 module M {
2   module a { header "a.h" export * }
3   module b { header "b.h" export * }
4   module doesnotexist { header "doesnotexist.h" }
6 module X {
7   header "x.h"
8   export *