blob: f3eab90fb148d800c0a99245bce41bea2b47064a [file] [log] [blame]
program standardize_statements !<<<<<1,1,pass
implicit none
real, dimension(1:10) :: vector
integer a(4), d
dimension :: d(10)
a = (/1,2,3,4/)
vector(1:10) = 4.0
end program standardize_statements