blob: 39c76a6c01689b17994b84c541f458d77ec53021 [file] [log] [blame]
module testmodule
integer :: xfromtestmodule
end module
program fortrantest !<<<<< 1,1,pass
print *, "Main program!"
end program
subroutine do_stuff
print *,"Hi!"
end subroutine