module.modulemap   [plain text]


module LLVM_C {
  umbrella "."
  module * { export * }
}