[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / dependency-gen-base.modulemap
blob8b30ffa67455eb388d2563845a1ae72a803c4e14
1 module "test-base" {
2   export *
3   header "Inputs/dependency-gen-included.h"
4   use "test-base2"
6 extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"