Richard Smith 0b88437ebd [modules] When loading in multiple canonical definitions of a template,
accumulate the set of specializations rather than overwriting one list
with another.

llvm-svn: 230712
2015-02-27 00:25:58 +00:00

19 lines
164 B
Plaintext

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