Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / ClangScanDeps / Inputs / modules-pch-common-via-submodule / module.modulemap
blob4b3600ac7fe3e82740019481952eb76505f698e4
1 module ModCommon {
2   header "mod_common.h"
5 module ModTU {
6   header "mod_tu.h"
8   module ModTUSub {
9     header "mod_tu_sub.h"
10   }