Compiler projects using llvm
framework module MainA {
  umbrella header "Main.h"

  module * { export * }
  export *

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