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

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