bolt/deps/llvm-18.1.8/clang-tools-extra/test/modularize/Inputs/ProblemsDuplicate.modulemap

10 lines
169 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
// ProblemsDuplicate.modulemap
module DuplicateHeader1 {
header "DuplicateHeader1.h"
export *
}
module DuplicateHeader2 {
header "DuplicateHeader2.h"
export *
}