1 | module A { module a { header "a.h" } module b { header "b.h" } module c { header "c.h" } } |
---|---|
2 | module X { module x { header "x.h" } module c { header "c.h" } } |
3 |
1 | module A { module a { header "a.h" } module b { header "b.h" } module c { header "c.h" } } |
---|---|
2 | module X { module x { header "x.h" } module c { header "c.h" } } |
3 |