llvm/clang/test/Modules/Inputs/modules-with-same-name/DependsOnA/module.modulemap

module DependsOnA {
  header "DependsOnA.h"
  export *
}