mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
45513c1a69
It involves modules, so it belongs in the `FortranModules` test set.
6 lines
89 B
Fortran
6 lines
89 B
Fortran
program main
|
|
use objmod, only : hello
|
|
implicit none
|
|
call hello()
|
|
end program
|