llvm-for-llvmta/tools/clang/test/Modules/Inputs/StdDef/module.map

22 lines
264 B
Plaintext
Raw Normal View History

2022-04-25 13:02:35 +02: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 *
}
}