Files
clang-p2996/clang/test/Modules/Inputs/PR26179/module.modulemap
Yaron Keren e94da64e65 Merge templated static member variables, fixes http://llvm.org/pr26179.
Patch by Vassil Vassilev!
Reviewed by Richard Smith.

llvm-svn: 258524
2016-01-22 19:03:27 +00:00

10 lines
79 B
Plaintext

module A {
header "A.h"
export *
}
module B {
header "B.h"
export *
}