Files
clang-p2996/clang/test/Modules/Inputs/merge-function-defs/map
Richard Smith 76ea19641e [modules] Additional tests.
llvm-svn: 293223
2017-01-26 23:07:59 +00:00

5 lines
69 B
Plaintext

module m {
module a { header "a.h" }
module b { header "b.h" }
}