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