llvm-project/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/module.modulemap

12 lines
93 B
Plaintext

module A {
header "a.h"
}
module B {
header "b.h"
}
module std {
header "memory.h"
}