1module a { header "a.h" }2module b { header "b.h" export * }3module c { header "c.h" export * }4module d { header "d.h" }5