mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06: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
|