1 module two { header "two.h" } 2 module oneA { header "oneA.h" } 3 module oneB { header "oneB.h" export oneA } 4 module oneC { header "oneC.h" } 5