xref: /llvm-project/lldb/test/API/lang/cpp/gmodules/templates/module.modulemap (revision 3b44c9af8efd95aba7b4f351e5175ebf02e7b396)
1module A {
2  header "a.h"
3}
4
5module B {
6  header "b.h"
7}
8
9module std {
10  header "memory.h"
11}
12