Compiler projects using llvm
module a {
  header "a.h"
  // Hide content by not re-exporting module b.
}

module b {
  header "b.h"
  export *
}