llvm-project/lldb/test/API/lang/objc/modules-incomplete/module.map

10 lines
103 B
Plaintext

module myModule {
header "myModule.h"
export *
}
module minmax {
header "minmax.h"
export *
}