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