• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1framework module FooFramework {
2    umbrella header "FooUmbrella.h"
3
4    export *
5    module * {
6        export *
7    }
8
9    explicit module Private {
10        textual header "Baz_Private.h"
11    }
12}
13