Sign in
qemu
/
meson
/
refs/heads/sharedwithrust
/
.
/
test cases
/
fortran
/
21 install static
/
main_lib.f90
blob: 5f3cb451a907f13d488a2a58de64657111df8104 [
file
] [
log
] [
blame
]
module
main_lib
use
static_hello
implicit
none
private
public
::
main_hello
contains
subroutine main_hello
call static_say_hello
()
print
*,
"Main hello routine finished."
end
subroutine main_hello
end
module
main_lib