Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
autoload-subdirectory
/
module.modulemap
1
module a { header "a.h" }
2
module b { header "b.h" }
3
module c { header "c.h" }
4