Clang Project

clang_source_code/test/Modules/Inputs/explicit-build-overlap/def.map
1module a { textual header "a.h" }
2module b { header "a.h" header "b.h" }
3