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