[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / pch-with-module-name / module.modulemap
blob379b0d48d5899b1b99034dcb598f7c1011b9e138
1 module CloudKit {
2   header "C.h"
3   export *
6 module Contacts {
7   header "D.h"
8   export *