Sign in
qemu
/
meson
/
848ee45bb2c9ff81269e9232384f351855785ecb
/
.
/
test cases
/
fortran
/
5 static
/
main.f90
blob: dc6454cf1b51e7bcec6f8bee8818d2c8bfa1ce36 [
file
] [
log
] [
blame
]
program hello
use
static_hello
implicit
none
call static_say_hello
()
end
program hello