llvm-project/clang-tools-extra/test/modularize/Inputs/ProblemsDuplicate.modulemap
John Thompson 41ede8e507 Fixed missing checkins.
llvm-svn: 229699
2015-02-18 17:08:00 +00:00

10 lines
169 B
Plaintext

// ProblemsDuplicate.modulemap
module DuplicateHeader1 {
header "DuplicateHeader1.h"
export *
}
module DuplicateHeader2 {
header "DuplicateHeader2.h"
export *
}