• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1module M {
2  module A { header "a.h" export * }
3  module B { header "b.h" export * }
4  module X { header "x.h" header "missing.h" export * }
5  module All { header "all.h" export * }
6}
7