1 | module X { |
---|---|
2 | module A { header "a.h" } |
3 | module B { header "b.h" } |
4 | } |
5 | module Y { |
6 | module C { header "c.h" } |
7 | module D { header "d.h" } |
8 | } |
9 |
1 | module X { |
---|---|
2 | module A { header "a.h" } |
3 | module B { header "b.h" } |
4 | } |
5 | module Y { |
6 | module C { header "c.h" } |
7 | module D { header "d.h" } |
8 | } |
9 |