Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
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