blob: bdce67db9eabc7e6c63561bf6b85c0944ae77387 [file] [log] [blame]
program emptyif
implicit none
integer i,K(4)
if (K(i)==0) then
! do absolutely nothing
end if
end program