Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
double-quotes
/
flat-header-path
/
Z.modulemap
1
// double-quotes/flat-header-path/Z.modulemap
2
framework module Z {
3
header "Z.h"
4
}
5