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

10 lines
134 B
Plaintext

// NoProblems.modulemap
module SomeTypes {
header "SomeTypes.h"
export *
}
module SomeDecls {
header "SomeDecls.h"
export *
}