summaryrefslogtreecommitdiffstats
path: root/test cases/fortran/5 static/main.f90
blob: 4db2861ee5a6f1ed093e522dcdf4e6b855d4d156 (plain)
1
2
3
4
5
6
program main
use static_hello
implicit none

call static_say_hello()
end program