aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/decl-from-submodule/module.modulemap
blob: b00659f7efb674874af1b9cef77389671e1cc9e7 (plain)
1
2
3
4
5
6
module TopLevel {
  umbrella "TopLevel"
  explicit module * {
    export *
  }
}