Compiler projects using llvm
framework module SomeKitCore {
  umbrella header "SomeKitCore.h"
  export_as SomeKit
  module * {
    export *
  }
}