xref: /llvm-project/clang/test/Modules/Inputs/modular_maps/modulea-cwd.map (revision 9acb99e342376c6269fb70d1e9665c2790b93b12)
1module A {
2  header "Inputs/modular_maps/common.h"
3  header "Inputs/modular_maps/a.h"
4}
5
6extern module B "Inputs/modular_maps-moduleb-cwd.map"
7
8