CMake/Tests/FortranOnly/preprocess.F
Tim Gallagher b6b37e3037 Makefile: Add assembly and preprocessed targets for Fortran
Extend the FortranOnly test to cover "make <src>.i" targets.
2014-11-10 10:24:53 -05:00

6 lines
90 B
Fortran

PROGRAM PREPRO
#ifndef TEST_PREPROCESSOR
PRINT *, 'Hello'
#endif
END