blob: f287b9f9276c5a12a9d56506ec99f33d5c5012f2 [file] [log] [blame]
subroutine s(x)
integer :: x
assign 222 to x
goto x
222 continue
end subroutine s
program test
integer :: a
call s(a)
end program test