[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / merge-template-pattern-visibility / module.modulemap
blobe00d1b9551ee93a768fced6b6f2ec7762fe971c9
1 module X {
2   module A { header "a.h" }
3   module B { header "b.h" }
5 module Y {
6   module C { header "c.h" }
7   module D { header "d.h" }