Compiler projects using llvm
module ModCommon {
  header "mod_common.h"

  module ModCommonSub {
    header "mod_common_sub.h"
  }
}

module ModTU {
  header "mod_tu.h"
}