Clang Project

clang_source_code/test/Modules/Inputs/framework-public-includes-private/flat-header-path/Z.modulemap
1// framework-public-includes-private/flat-header-path/Z.modulemap
2framework module Z {
3  header "Z.h"
4}
5