mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
7 lines
174 B
FortranFixed
7 lines
174 B
FortranFixed
#define int INTEGER
|
|
! This single unmatched quote ' should not cause an error during compilation
|
|
PROGRAM PREPRO
|
|
int :: f = 1
|
|
PRINT*, f
|
|
END
|