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
/
FortranModules
/
test_multi_module_main.f90
blob: afd6dffb6c003a04877a1d6bed2731dc70433054 (
plain
)
1
2
3
4
PROGRAM
MAINF90
use
second
PRINT
*,
'Constant is'
,
C
END PROGRAM
MAINF90