Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
header-in-multiple-maps
/
map2
1
module a { textual header "a.h" }
2
module b { header "a.h" }
3
module c { header "a.h" }
4