blob: a60f8423e5c703e6a42e8ef9b0161c5637e18c67 [file] [log] [blame]
program test
implicit none
integer :: i, n=4
!<<<<<6,1,8,1,2,false,pass
do i=1,n*n
print *, i
end do
end program test