aboutsummaryrefslogtreecommitdiff
path: root/test cases/fortran/6 dynamic/main.f90
blob: fc48bcb15d69993b1dbb237ebda5808358858e36 (plain)
1
2
3
4
5
use dynamic, only: hello
implicit none

call hello()
end program