Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
overloadable-attrs
/
module.modulemap
1
module a {
2
header "a.h"
3
}
4