index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
FortranOnly
/
objmain.f90
blob: d41d454642189be4a1dbca265973279dac6fb2f4 (
plain
)
1
2
3
4
5
program
main
use
objmod
,
only
:
hello
implicit none
call
hello
()
end program