1module ModCommon1 { 2 header "mod_common_1.h" 3} 4 5module ModCommon2 { 6 header "mod_common_2.h" 7} 8 9module ModPCH { 10 header "mod_pch.h" 11} 12 13module ModTU { 14 header "mod_tu.h" 15} 16 17module ModTUWithCommon { 18 header "mod_tu_with_common.h" 19} 20