Clang Project

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