Clang Project

clang_source_code/test/VFS/Inputs/some_frame_module.map
1framework module SomeFramework {
2  umbrella header "public_header.h"
3  export *
4  module * { export * }
5}
6