brintos

brintos / llvm-project-archived public Read only

0
0
Text · 140 B · 741b9bb Raw
9 lines · plain
1module libc [no_undeclared_includes] {2  module stddef { header "stddef.h" export * }3}4 5module ptrauth {6  header "ptrauth.h"7  export *8}9