Files
2023-10-13 14:01:41 +00:00

3 lines
156 B
Plaintext

module A { module a { header "a.h" } module b { header "b.h" } module c { header "c.h" } }
module X { module x { header "x.h" } module c { header "c.h" } }