xref: /aosp_15_r20/external/clang/test/Modules/Inputs/modular_maps/modulea-cwd.map (revision 67e74705e28f6214e480b399dd47ea732279e315)
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