repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang][openacc] Use OpenACC terminator instead of fir.unreachable after Stop stmt...
[llvm-project.git]
/
flang
/
test
/
Preprocessing
/
pp043.F
blob
cad7e28a31f828b11006e84f548a89f10ee36a6b
1
! RUN: %flang -E %s 2>&1 | FileCheck %s
2
! CHECK: if (KWM .eq. 777) then
3
* #define with # in column 6 is a continuation line in fixed-form
4
integer, parameter :: defineKWM666 = 555
5
integer, parameter :: KWM =
6
#define KWM 666
7
++222
8
if (KWM .eq. 777) then
9
print *, 'pp043.F yes'
10
else
11
print *, 'pp043.F no: ', KWM
12
end if
13
end