cmake/Tests/FortranOnly/preprocess2.f
2022-03-29 21:10:50 +02:00

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