6 lines
90 B
Fortran
6 lines
90 B
Fortran
PROGRAM PREPRO
|
|
#ifndef TEST_PREPROCESSOR
|
|
PRINT *, 'Hello'
|
|
#endif
|
|
END
|