Clang Project

clang_source_code/test/Modules/Inputs/PR27699/module.modulemap
1module a {   umbrella "Subdir" module * {export *} }
2