module.map 73 Bytes
module ModA { header "A.h" }
module ModB { 
  header "B.h" 
  export *
}