diff options
Diffstat (limited to 'test/Modules/Inputs/pch-with-module-name/module.modulemap')
| -rw-r--r-- | test/Modules/Inputs/pch-with-module-name/module.modulemap | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Modules/Inputs/pch-with-module-name/module.modulemap b/test/Modules/Inputs/pch-with-module-name/module.modulemap new file mode 100644 index 000000000000..379b0d48d589 --- /dev/null +++ b/test/Modules/Inputs/pch-with-module-name/module.modulemap @@ -0,0 +1,9 @@ +module CloudKit { +  header "C.h" +  export * +} + +module Contacts { +  header "D.h" +  export * +}  | 
