Sign in
fuchsia
/
third_party
/
llvm-project
/
a9e129ed8806cc313fcda5017f25206cf73c42ea
/
.
/
flang
/
test
/
Parser
/
continuation-in-if.f
blob: 684e9188b71688aeea8f4c517fd188dbc679b199 [
file
]
!
RUN
:
%
flang_fc1
-
fdebug
-
unparse
%
s
2
>&
1
|
FileCheck
%
s
!
CHECK
:
CALL foo
(
"N"
,
"N"
)
#ifdef
transpose
call foo
(
'T'
,
#else
call foo
(
'N'
,
#endif
$
'N'
)
end