Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
no-implicit-builds
/
b.modulemap
1
module "b" {
2
header "b.h"
3
}
4