llvm/flang/test/Semantics/Inputs/mod-file-changed.f90

module m
  dimension :: x(10)
  private :: x
  real :: x
end module m