1module a { header "a.h" export * }2module b {3 module b1 { header "b1.h" export * }4 module b2 { header "b2.h" export * }5}6