1module ModA {2 header "ModA.h" export *3 4 module SubModA {5 header "SubModA.h"6 7 module SubSubModA {8 header "SubSubModA.h"9 }10 }11}12