llvm/clang/test/Modules/Inputs/pch-with-module-name/module.modulemap

module CloudKit {
  header "C.h"
  export *
}

module Contacts {
  header "D.h"
  export *
}