2015-05-27 14:47:56 -04:00
|
|
|
module x { module a { header "a.h" } module b { header "b.h" } }
|
2015-07-05 10:23:59 -04:00
|
|
|
module other { header "other.h" }
|
2015-05-27 14:47:56 -04:00
|
|
|
|
|
|
|
|
module cycles {
|
|
|
|
|
module cycle1 { header "cycle1.h" }
|
|
|
|
|
module cycle2 { header "cycle2.h" }
|
|
|
|
|
}
|