Sign in
qemu
/
meson
/
refs/heads/sharedwithrust
/
.
/
test cases
/
fortran
/
6 dynamic
/
main.f90
blob: fc48bcb15d69993b1dbb237ebda5808358858e36 [
file
] [
log
] [
blame
]
use
dynamic
,
only
:
hello
implicit
none
call hello
()
end
program