Clang Project

clang_source_code/test/Modules/Inputs/ModuleMapLocations/Both/module.modulemap
1module both {
2  header "a.h"
3}
4