[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / PR24954 / module.modulemap
blob49374181d758c8ba76bb20d4ed852ff40c3d620e
1 module A {
2   header "A.h"
3   export *
6 module B {
7   header "B.h"
8   export *