blob: 22c2e16de043c89f8d75193dd726cac39a92e2cc [file] [log] [blame]
program p
a = 3
d = 4
stop
end program
subroutine s !<<<<<7,5,7,15,fail-initial
integer ::a
call s
end subroutine