program hello
  use static_hello
  implicit none

  call static_say_hello()
end program hello
