Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / cxx17 / module.modulemap
blobc80e6e7b13eb26df5fdc4c12c20ad689075caaec
1 module Decls {
2   header "decls.h"
3   explicit module Unimported { header "unimported.h" }