| 1 | module A { header "a.h" export * } |
|---|---|
| 2 | module B { header "b.h" export * } |
| 3 | module C { |
| 4 | module C2 { header "c2.h" export * } |
| 5 | module C1 { header "c1.h" export * } |
| 6 | } |
| 7 | module X { header "x.h" export * } |
| 8 | module Y { header "y.h" export * } |
| 9 | module na { header "na.h" export * } |
| 10 | module nb { header "nb.h" export * } |
| 11 |