[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / clang / test / ClangScanDeps / Inputs / modules-pch-common-submodule / module.modulemap
blobb7e404e20cef7d8da3ef82e7c6292804d6e4e5ed
1 module ModCommon {
2   header "mod_common.h"
4   module ModCommonSub {
5     header "mod_common_sub.h"
6   }
9 module ModTU {
10   header "mod_tu.h"