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