23 lines
468 B
Plaintext
23 lines
468 B
Plaintext
module b {
|
|
module b2 { header "b2.h" export * }
|
|
module b1 { header "b1.h" export * }
|
|
}
|
|
module a {
|
|
module a1 { header "a1.h" export * }
|
|
module a2 { header "a2.h" export * }
|
|
}
|
|
module c {
|
|
module c1 { header "c1.h" export * }
|
|
}
|
|
module d {
|
|
module d1 { header "d1.h" export * }
|
|
module d2 { header "d2.h" export * }
|
|
}
|
|
module e {
|
|
module e1 { header "e1.h" export * }
|
|
module e2 { header "e2.h" export * }
|
|
}
|
|
module f {
|
|
module f1 { header "f1.h" export * }
|
|
}
|