1 2module A {3 header "a.h"4 header "a-proto.h"5 export *6}7 8module AP {9 header "a-private.h"10 export *11}12