cmake/Tests/FortranOnly/preprocess2.f

7 lines
171 B
FortranFixed
Raw Normal View History

2020-08-30 11:54:41 +02:00
#define int INTEGER
2022-03-29 21:10:50 +02:00
! This single unmatched quote ' should not cause an error during compilation
2020-08-30 11:54:41 +02:00
PROGRAM PREPRO
2022-03-29 21:10:50 +02:00
int f = 1
PRINT*, f
2020-08-30 11:54:41 +02:00
END