[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / class-extension / module.modulemap
blob5c30bc57e46c72c23e09538fda5a55b01001cc6f
2 module A {
3   header "a.h"
4   header "a-proto.h"
5   export *
8 module AP {
9   header "a-private.h"
10   export *