llvm/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/module.modulemap

module A {
  header "A.h"
  module B {
    header "B.h"
  }
}