• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1module std {
2  module A { textual header "a.h" }
3  module B { header "b.h" }
4  module C { header "c.h" }
5  module D { header "d.h" export * }
6}
7