blob: e7806dd15198ffdb4c0e1e5ecbfa038914be2fae [file] [log] [blame]
program p
a = 3
d = 4
stop
contains
recursive subroutine s !<<<<<7,5,7,15,pass
integer ::a
call s
end subroutine
end program