xref: /llvm-project/clang/test/Modules/Inputs/ptrauth-include-from-darwin/module.modulemap (revision 4138367444a2e3431cdfc7ab6e16c9cab5c76ad8)
1module libc [no_undeclared_includes] {
2  module stddef { header "stddef.h" export * }
3}
4
5module ptrauth {
6  header "ptrauth.h"
7  export *
8}
9