[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / merge-decl-order / module.modulemap
blob61578a1865aa520c006d15cf7c174092b914dec7
1 module a { header "a.h" export * }
2 module b { header "b.h" export * }