
The Intel Fortran compiler supports an extension that allows conditional compilation based on preprocessor definitions specified on the command line even when not preprocessing. Fixes: #19664
4 lines
72 B
Fortran
4 lines
72 B
Fortran
INCLUDE 'IntelIfDef.inc'
|
|
PROGRAM IntelIfDef
|
|
END
|