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