1module ModCommon {2 header "mod_common.h"3 4 module ModCommonSub {5 header "mod_common_sub.h"6 }7}8 9module ModTU {10 header "mod_tu.h"11}12