cmake/Tests/FortranOnly/preprocess.F

6 lines
90 B
FortranFixed
Raw Normal View History

2015-04-27 22:25:09 +02:00
PROGRAM PREPRO
#ifndef TEST_PREPROCESSOR
PRINT *, 'Hello'
#endif
END