Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
modular_maps
/
modulea.map
1
module A {
2
header "common.h"
3
header "a.h"
4
}
5
6
extern module B "moduleb.map"
7
8