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