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