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
/
preprocess.F
blob: f7df4572c2030f36d1398497f8597858a7844ec6 (
plain
)
1
2
3
4
5
PROGRAM
PREPRO #ifndef TEST_PREPROCESSOR PRINT
*,
'Hello'
#
endif
END