summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/module.modulemap
blob: b9940a8f53bfa729a00a8b506f329588c71a6e65 (plain)
1
2
3
4
5
6
module A {
  header "A.h"
  module B {
    header "B.h"
  }
}