blob: 4f5d98ab7737eabf55343613c8cc07f9070928aa [file] [log] [blame]
program test
implicit none
integer :: i
!<<<<<7,1,11,1,2,false,pass
do i=1,9,2
print *, i
end do
end program