1module libA {
2  module a1 { header "a1.h" }
3  header "a2.h"
4}
5
6module libB {
7  header "b1.h"
8}
9