xref: /llvm-project/clang/test/Modules/Inputs/pch-with-module-name/module.modulemap (revision ffd3e9d7667cc15411fbc2374cd41c8c5813b033)
1module CloudKit {
2  header "C.h"
3  export *
4}
5
6module Contacts {
7  header "D.h"
8  export *
9}
10