1module a { header "a.h" export * } 2module b { header "b.h" export * use a } 3module c { header "c.h" export * use b } 4