Clang Project

clang_source_code/test/Modules/Inputs/objc-category/module.map
1module X {
2  header "H3.h"
3  export *
4}
5