1module "a" { 2 export * 3 header "a.h" 4} 5 6module "b" { 7 export * 8 header "b.h" 9} 10 11module "c" { 12 export * 13 header "c.h" 14} 15