meson/test cases/fortran/5 static/main.f90

7 lines
94 B
Fortran

program hello
use static_hello
implicit none
call static_say_hello()
end program hello