llvm/clang/test/Modules/Inputs/objc-initializer/module.modulemap

module X {
  module T {
    header "X.h"
    export *
  }
  export *
}