mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 22:20:50 -06:00
Tests: Fix Fortran syntax for initialized variable
LFortran 0.44 errors without the `::`.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#define int INTEGER
|
#define int INTEGER
|
||||||
! This single unmatched quote ' should not cause an error during compilation
|
! This single unmatched quote ' should not cause an error during compilation
|
||||||
PROGRAM PREPRO
|
PROGRAM PREPRO
|
||||||
int f = 1
|
int :: f = 1
|
||||||
PRINT*, f
|
PRINT*, f
|
||||||
END
|
END
|
||||||
|
|||||||
Reference in New Issue
Block a user