bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/StdDef/module.modulemap

22 lines
264 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
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 *
}
}