1module a { header "a.h" }2module b { header "b.h" export a }3module c { header "c.h" export a export b }4module d { header "d.h" }5