Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
shadow
/
A1
/
module.modulemap
1
module A {
2
header "A.h"
3
}
4
5
module A1 {}
6