llvm/clang/test/Modules/Inputs/no-undeclared-includes-builtins/glibc/module.modulemap

module glibc [system] [no_undeclared_includes] {
  // glibc relies on the builtin stddef.h, so it has no stddef.h of its own.
  header "stdio.h"
  export *
}