Richard Smith 1e02a5aac8 [modules] Properly merge visibility of class definitions that got merged while
parsing then merged again when the module was loaded.

llvm-svn: 240700
2015-06-25 21:42:33 +00:00

9 lines
144 B
Plaintext

module Def1 {
module B { header "b.h" }
module C { header "c.h" }
}
module Def2 {
module D { header "d.h" }
module E { header "e.h" }
}