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