Clang Project

clang_source_code/test/Modules/Inputs/module-map-path-hash/module.modulemap
1module a {
2  header "a.h"
3}
4