llvm/clang/test/VFS/Inputs/incomplete-umbrella.modulemap

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