Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
merge-nested-templates
/
module.modulemap
1
module a { header "a.h" export * }
2
module b { header "b.h" export * }
3
module c { header "c.h" export * }
4