1 2 3 4 5 6 7 8 9 10 11 12
module D { header "../src/common.h" } module A { header "../src/common.h" use C } extern module B "moduleb.map" extern module C "modulec.map"