module.modulemap 59 B

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