llvm-for-llvmta/tools/clang/test/Modules/Inputs/ASTHash/module.modulemap

9 lines
104 B
Plaintext
Raw Normal View History

2022-04-25 13:02:35 +02:00
module MyHeader1 {
header "my_header_1.h"
}
module MyHeader2 {
header "my_header_2.h"
export *
}