android13/external/clang/test/Modules/Inputs/crash-recovery/usr/include/module.map

17 lines
235 B (Stored with Git LFS)
Plaintext

module cstd [system] {
// Only in system headers directory
module stdio {
header "stdio.h"
}
module pthread {
header "pthread.h"
export *
module impl {
header "pthread_impl.h"
export *
}
}
}