Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
FortranModules
/
Issue25112
/
objmain.f90
blob: d41d454642189be4a1dbca265973279dac6fb2f4 [
file
]
program main
use
objmod
,
only
:
hello
implicit
none
call hello
()
end
program