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