llvm/clang/test/Modules/Inputs/ptrauth-include-from-darwin/module.modulemap

module libc [no_undeclared_includes] {
  module stddef { header "stddef.h" export * }
}

module ptrauth {
  header "ptrauth.h"
  export *
}