llvm-project/lldb/lit/Reproducer/Modules/Inputs/module.modulemap

8 lines
65 B
Plaintext

module Foo {
header "Foo.h"
}
module Bar {
header "Bar.h"
}