Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
PR28794
/
module.modulemap
1
module M {
2
umbrella "Subdir" module * {export *}
3
}
4