1 2 3 4 5
program hello use test, only: print_hello implicit none (type, external) call print_hello() end program hello