• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1module A { header "a.h" export * }
2module B { module B1 { header "b1.h" export * } module B2 { header "b2.h" export * } }
3