Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-107279-dl-coverage-2-coverage-impl
/
.
/
flang
/
test
/
Preprocessing
/
implicit-contin3.F90
blob: 4c31d076aa681bfbfc49867a00ef09eacc0382cf [
file
] [
log
] [
blame
] [
edit
]
!
RUN
:
not
%
flang_fc1
-
fdebug
-
unparse
%
s
2
>&
1
|
FileCheck
%
s
!
Test
implicit
continuation
for
possible
function
-
like macro calls only
#define
flm
(
x
)
x
call notamacro
(
3
)
!
CHECK
:
error
:
Unmatched
'('
!
CHECK
:
error
:
Unmatched
')'