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