blob: 4db2861ee5a6f1ed093e522dcdf4e6b855d4d156 [file] [log] [blame]
program main
use static_hello
implicit none
call static_say_hello()
end program