1framework module DependsOnModule {
2  umbrella "DependsOnModule.h"
3  header "other.h"
4  module * {
5    export *
6  }
7}
8