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

6 lines
70 B
Fortran

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