• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1framework module SomeFramework {
2  umbrella header "public_header.h"
3  export *
4  module * { export * }
5}
6