aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/pch-with-module-name/module.modulemap
blob: 379b0d48d5899b1b99034dcb598f7c1011b9e138 (plain) (blame)
1
2
3
4
5
6
7
8
9
module CloudKit {
  header "C.h"
  export *
}

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