[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / SameHeader / module.modulemap
blobd0283a71ac97c4419f813e5d9c644e2204d75320
1 module X {
2   module A {
3     header "A.h"
4     export *
5   }
6   module B {
7     header "B.h"
8     export *
9   }
10   export *