Sign in
llvm
/
llvm-project
/
flang
/
738bc990fa6066e4d89e77f1d3559ad5fe546b14
/
.
/
test
/
Preprocessing
/
pp036.F
blob: ac922ae42ceb597ed975ea7975678700fcfd9462 [
file
]
*
#define
FALSE TRUE
...
.
FALSE
.
->
.
TRUE
.
#define
FALSE TRUE
if
(.
FALSE
.)
then
print
*,
'pp036.F pass'
else
print
*,
'pp036.F FAIL: '
,
.
FALSE
.
end
if
end