llvm/clang/test/Modules/Inputs/self-import-header/depend_builtin/module.modulemap

module DepBuiltin {
header "h1.h"
  export *
}