llvm/lldb/test/API/lang/cpp/modules-import/Inputs/module.modulemap

module Foo {
  header "Foo.h"
}

module Bar {
  header "Bar.h"
}