llvm-project/lldb/test/Shell/Reproducer/Modules/Inputs/module.modulemap

8 lines
65 B
Plaintext

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