llvm/clang/test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Modules/module.modulemap

framework module IncludeExcluded {
  header "IncludeExcluded.h"
  exclude header "Excluded.h"
}