1module A { header "A.h" }
2module B {
3  header "B.h"
4  export *
5}
6