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