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

call hello()
end program