some_frame_module.map 106 B

12345
  1. framework module SomeFramework {
  2. umbrella header "public_header.h"
  3. export *
  4. module * { export * }
  5. }