blob: 9b24b0cbf43ad9ac6335d4cb72d2f5221a4d7de1 [file] [log] [blame]
program ImplicitTest
a = 1
call s
stop
contains
subroutine s
b = 3
return
end subroutine
end program ImplicitTest