Richard Smith 5156c38570 [modules] It's possible to merge into the pattern of a class template before we
load the definition data from the declaration itself. In that case, merge
properly; don't assume the prior definition is the same as our own.

llvm-svn: 226761
2015-01-22 01:41:56 +00:00

4 lines
105 B
Plaintext

module a { header "a.h" export * }
module b { header "b.h" export * }
module c { header "c.h" export * }