1module myModule {2 header "myModule.h"3 export *4}5 6module minmax {7 header "minmax.h"8 export *9}10