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