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