Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
private2
/
module.map
1
module libPrivateN2 {
2
header "public2.h"
3
private header "private2.h"
4
}
5