CMake/Tests/FortranOnly/preprocess.F

6 lines
90 B
Fortran

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