bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/builtin-headers/builtin-modules.modulemap

30 lines
365 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
module c_complex [system] {
header "complex.h"
export *
}
module c_float [system] {
header "float.h"
export *
}
module c_inttypes [system] {
header "inttypes.h"
export *
}
module c_limits [system] {
header "limits.h"
export *
}
module c_math [system] {
header "math.h"
export *
}
module c_stdint [system] {
header "stdint.h"
export *
}