cmake/Tests/FortranOnly/objmain.f90
2023-07-26 10:08:00 +02:00

6 lines
89 B
Fortran

program main
use objmod, only : hello
implicit none
call hello()
end program