xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/modular_maps/modulea-cwd.map (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
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