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

7 lines
81 B
Fortran

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