Toaster.modulemap 104 Bytes
framework module Toaster {
  umbrella header "Toaster-umbrella.h"

  export *
  module * { export * }
}