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
/
implicit-contin1.F90
blob
1c5ec8869bf4c269634e20502ea24b84b4cec5cb
1
! RUN: %flang -E %s | FileCheck %s
2
! When there's an object-like macro don't apply implicit continuation.
3
#define M )
4
call foo (1 M
5
end
6
7
!CHECK: call foo(1 )
8
!CHECK: end