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-contin3.F90
blob
8c1829d55eee7bbe3978b747476f9199085a81ad
1
! RUN: not %flang -E %s 2>&1 | FileCheck %s
2
! Test implicit continuation for possible function-like macro calls only
3
#define flm(x) x
4
call notamacro(3
5
)
6
!CHECK: error: Unmatched '('
7
!CHECK: error: Unmatched ')'