1module libc [no_undeclared_includes] {2 module stddef { header "stddef.h" export * }3}4 5module ptrauth {6 header "ptrauth.h"7 export *8}9