blob: 2a3dd8038bd1c27ea1f2ab7ece500fed472af6b4 [file] [log] [blame]
framework module DependsOnModule {
umbrella header "DependsOnModule.h"
header "other.h"
module * {
export *
}
explicit module CXX {
requires cplusplus
header "cxx_other.h"
}
explicit framework module SubFramework {
umbrella header "SubFramework.h"
module * {
export *
}
}
}