merge-decl-context.modulemap 164 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 module "a" { textual header "a.h" } module "b" { export * header "b.h" } module "c" { export * header "c.h" } module "d" { export * header "d.h" }