Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
FortranModules
/
Issue25112
/
objmod.f90
blob: 6b79cc792003926f0fa733c1bd92ccb5a2dbdb33 [
file
] [
log
] [
blame
]
module
objmod
implicit
none
contains
subroutine hello
()
print
'(a)'
,
"hello world"
end
subroutine hello
end
module
objmod