mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
7 lines
171 B
Fortran
7 lines
171 B
Fortran
#define int INTEGER
|
|
! This single unmatched quote ' should not cause an error during compilation
|
|
PROGRAM PREPRO
|
|
int f = 1
|
|
PRINT*, f
|
|
END
|