llvm-project/clang/test/Modules/Inputs/StdDef/module.map

12 lines
130 B
Plaintext

module StdDef {
module SizeT {
header "size_t.h"
export *
}
module Other {
header "other.h"
export *
}
}