1module a { header "a.h" }
2module b { header "b.h" }
3module c {
4  module c1 { header "c1.h" }
5  module c2 { header "c2.h" }
6}
7