Files
clang-p2996/clang/test/Modules/Inputs/ptrauth-include-from-darwin/module.modulemap
2024-04-12 22:36:43 -07:00

9 lines
140 B
Plaintext

module libc [no_undeclared_includes] {
module stddef { header "stddef.h" export * }
}
module ptrauth {
header "ptrauth.h"
export *
}