llvm/clang/test/Modules/Inputs/implicit-private-with-different-name/A.framework/Modules/module.modulemap

framework module A {
  header "a.h"
  export *
}