mod-file-unchanged.f90 69 Bytes Raw Blame History Permalink 1 2 3 4 5 module m dimension :: x(10) public :: x real :: x end module m