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