Files
clang-p2996/clang-tools-extra/test/module-map-checker/Inputs/includes-test/module.map
John Thompson e0756452a3 Initial checkin of new module-map-checker tool.
llvm-svn: 198693
2014-01-07 15:22:08 +00:00

11 lines
147 B
Plaintext

// module.map
module Level1A {
header "Includes1/Level1A.h"
export *
}
module Level2A {
header "Includes2/Level2A.h"
export *
}