module.modulemap 58 B

12345
  1. module Clang_C {
  2. umbrella "."
  3. module * { export * }
  4. }