Clang Project

clang_source_code/test/Modules/Inputs/pch-with-module-name/module.modulemap
1module CloudKit {
2  header "C.h"
3  export *
4}
5
6module Contacts {
7  header "D.h"
8  export *
9}
10