xref: /llvm-project/clang/test/Modules/Inputs/no-undeclared-includes-builtins/glibc/module.modulemap (revision 8d74de9de6d6cca552d7de7d0bfd36b6dd7d58dc)
1module glibc [system] [no_undeclared_includes] {
2  // glibc relies on the builtin stddef.h, so it has no stddef.h of its own.
3  header "stdio.h"
4  export *
5}
6