bolt/deps/llvm-18.1.8/clang/test/ClangScanDeps/Inputs/modules-pch-common-submodule/module.modulemap

12 lines
142 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
module ModCommon {
header "mod_common.h"
module ModCommonSub {
header "mod_common_sub.h"
}
}
module ModTU {
header "mod_tu.h"
}