module.modulemap 57 B

1234
  1. module LLVM_C {
  2. umbrella "."
  3. module * { export * }
  4. }