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
Reland [OffloadBundler] Compress bundles over 4GB (#122307)
[llvm-project.git]
/
flang
/
test
/
Preprocessing
/
pp040.F
blob
a3c2a6bd6b0a4bc7370e3f1e00efe6e85f30c304
1
! RUN: %flang -E %s 2>&1 | FileCheck %s
2
! CHECK-NOT: FAIL HARD!
3
* #define KWM c, then KWM works as comment line initiator
4
#define KWM c
5
KWM print *, 'pp040.F FAIL HARD!'; stop
6
print *, 'pp040.F yes'
7
end