summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/module.modulemap
blob: 2f05073a0b85782b4f3a3ab15c69c3e4adf42fc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
module A {
  header "a.h"
}

module B {
  header "b.h"
}

module std {
  header "memory.h"
}