llvm/lldb/test/API/lang/cpp/gmodules/templates/module.modulemap

module A {
  header "a.h"
}

module B {
  header "b.h"
}

module std {
  header "memory.h"
}