• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1module M {
2  module a { header "a.h" export * }
3  module b { header "b.h" export * }
4  module doesnotexist { header "doesnotexist.h" }
5}
6module X {
7  header "x.h"
8  export *
9}
10