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