Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / include_next / x / module.modulemap
blobd0956d98ab84aa6fb4022b65fcbc985e6e57c1f5
1 module xa { header "a.h" export * }
2 module xb { header "subdir/b.h" export * }