Home | History | Annotate | Download | only in Inputs
      1 framework module SomeFramework {
      2   umbrella header "public_header.h"
      3   export *
      4   module * { export * }
      5 }
      6