mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
0d0a94bcfb
LFortran 0.44 errors without the `::`.
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
|