1 | module x { module a { header "a.h" } module b { header "b.h" } } |
---|---|
2 | module other { header "other.h" } |
3 | |
4 | module cycles { |
5 | module cycle1 { header "cycle1.h" } |
6 | module cycle2 { header "cycle2.h" } |
7 | } |
8 |
1 | module x { module a { header "a.h" } module b { header "b.h" } } |
---|---|
2 | module other { header "other.h" } |
3 | |
4 | module cycles { |
5 | module cycle1 { header "cycle1.h" } |
6 | module cycle2 { header "cycle2.h" } |
7 | } |
8 |