framework module MainA {
umbrella header "Main.h"
module * { export * }
export *
framework module Sub {
umbrella header "Sub.h"
}