Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
485256f2d06f2e9bd31300a7f2013b607b322c21
/
.
/
Tests
/
FortranOnly
/
preprocess2.f
blob: 3b332c4369a7a932bcc5b384f684a35485ec7d55 [
file
] [
log
] [
blame
]
#define
int
INTEGER
!
This
single unmatched quote
' should not cause an error during compilation
PROGRAM PREPRO
int f = 1
PRINT*, f
END