blob: ba2e2d2fc88fdbdf6d69fe411a3b16ae28014940 [file] [log] [blame]
program main
use dynamic, only: hello
implicit none
call hello()
end program