You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
call sub
call ent
end
subroutine sub
integer,allocatable,dimension(:),save :: x
allocate(x(10))
return
entry ent
if ( x(5) .ne. 4 ) then
print *,'pass'
end if
end