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