android_mt6572_jiabo/external/clang/test/Modules/Inputs/StdDef/module.map
2025-09-05 16:56:03 +08:00

21 lines
264 B
Text

module StdDef {
module SizeT {
header "size_t.h"
export *
}
module Other {
header "other.h"
export *
}
module PtrDiffT {
header "ptrdiff_t.h"
export *
}
module IncludeAgain {
header "include_again.h"
export *
}
}