context as anonymous for merging purposes. They can't be found by their names, so we merge them based on their position within the surrounding context. llvm-svn: 228485
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
module a { header "a.h" export * }
|
|
module b { header "b.h" export * }
|
|
module c { header "c.h" export * }
|
|
module d { header "d.h" export * }
|