xref: /llvm-project/clang/test/ClangScanDeps/Inputs/modules-pch-common-submodule/module.modulemap (revision 3b8f536fec2f7dfd5dc69c6516c20c5b48b38409)
1module ModCommon {
2  header "mod_common.h"
3
4  module ModCommonSub {
5    header "mod_common_sub.h"
6  }
7}
8
9module ModTU {
10  header "mod_tu.h"
11}
12